Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
5.
1.
2.
3.
Do the following to change the virtual directory and doc root:
Open .CFInstallation\cfusion\runtime\conf\server.xml
Under host block, search for the string, " ."To add virtual directory
Uncomment the entry below.context path
To add a virtual directory, add the attribute as shown below:aliases
<Context path="/" docBase="<absolute_path_to_cfrootectory>\wwwroot"
WorkDir="<cf_home>\runtime\conf\Catalina\localhost\tmp"
aliases="/path1=<absolute_path_to_directory1>,/path2=<absolute_path_to_di
rectory2>"></Context>
Note
Alias path must include a leading /.
To change the doc root, change the value in the above entry.For more details on the ContextdocBase
attributes, see .http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
#back to top
Changing the connector port for cfstat
You can use the connector output for logging cfstat metric. The cfconnector port is defined in the CFInstall
file. If you have configured a connector, update the port with theation/cfusion/lib/neo-metric.xml
connector port. The connector port (AJP port) is provided in the CFInstallation/cfusion/runtime/co
.nf/server.xml
To update the connector port using the Administrator console:
Login ColdFusion Administrator.
Click Debugging & Logging > Debug Output.
Update the connector port and click Submit Changes.
#back to top
Enabling Search Engine Safe URLs
Search Engine Safe URL (SES) helps the search engines to index dynamic web pages. SES URLs pass
parameters using slashes instead of default URL pattern. By default, SES is enabled for stand-alone
installation of ColdFusion on Tomcat.
Note
SES is applicable only for stand-alone installation of Tomcat. It does not work if
ColdFusion is deployed as a WAR file on Tomcat.
Note
If you wish to use custom SES URLs, also add the URL entry to the uriworkermap.pro
file found in the folder for your web server.perties wsconfig
#back to top