Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
config Contains instances.xml and connector configuration
files. Also, contains cluster configuration file, clust
.er.xml
jre Java runtime files.
uninstall Files to uninstall ColdFusion.
Modifications to the directory structure
The following table shows the directories in ColdFusion 9 and the corresponding ones in ColdFusion 10:
ColdFusion 9 ColdFusion 10
cfroot cfusion
ColdFusion9\runtime\jre ColdFusion10\jre
ColdFusion9\uninstall ColdFusion10\uninstall
ColdFusion9\runtime\lib\wsconfig ColdFusion10\config\wsconfig
Note
The directory contains the file.ColdFusion_install\cfusion\bin Jvm.config
#back to top
Using the built-in web server
ColdFusion provides in-built Tomcat application server that you can use to develop ColdFusion applications.
During the ColdFusion installation, choose a web server. If you select the built-in web server, your web root
directory is located in the /wwwroot directory. By default, the web server runs on port 8500. It meanscfroot
that to display a page in your application, append: to the host name or IP address in the URL; for8500
example, . If the page does not appear, ensure that the document ishttp://localhost:8500/YourApp1/index.cfm
located in the built-in web server's web root directory; for example,
C:\ColdFusion10\cfusion\wwwroot\YourApp1\index.cfm.
Note
If port 8500 is in use, the installer checks up to 100 ports (starting with 8501) to find a port
that is not used. ColdFusion uses that port and displays a message to indicate the
selected port.
If you select an external web server during installation, the built-in web server is deactivated.
Change the port of the built-in web server
Back up the file. This file is in the directory.server.xml \cfusion\runtime\confcfroot
Open the original file for editing.server.xml
Search for Update the port number.internal webserver start.