Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Working with multiple websites and ports

Explorer ,
Jun 27, 2012 Jun 27, 2012

I'm running CF10 developer edition on my local machine. I was wondering if it is possible now that CF is on tomcat to run multiple websites on different ports. I don't know the technical terminology for this, but I'm pretty sure in order to do it in CF9 you had to have IIS manage it.

This will summerize what I'm trying to accomplish.

Website             Path to Website Folder                                             Local URL (Port)

--------------------------------------------------------------------------------------------------------------

Website 1 ------> C:\ColdFusion10\cfusion\wwwroot\Website1\ ---------> http://localhost:8500/

Website 2 ------> C:\ColdFusion10\cfusion\wwwroot\Website2\ ---------> http://localhost:8501/

Website 3 ------> C:\ColdFusion10\cfusion\wwwroot\Website3\ ---------> http://localhost:8503/

Thanks in advance!

Bob

533
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jun 29, 2012 Jun 29, 2012

I just found the Instance Manager inside the ColdFusion admin which allowed me to do what I needed to do. Thanks!

Translate
LEGEND ,
Jun 27, 2012 Jun 27, 2012

What you're wanting is exactly the way a CF multi-server install has worked since CFMX 6.0.  That's the default behaviour.

Tomcat (CF10) works slightly differently from JRun (CFMX6->CF9) in some areas, but this area is the same.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 29, 2012 Jun 29, 2012
LATEST

I just found the Instance Manager inside the ColdFusion admin which allowed me to do what I needed to do. Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources