| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching the port for the built-in web server |
|
|
|
|
||
You can change the default port on which the built-in web server runs.
This file is in the cf_root\runtime\servers\default\SERVER-INF directory in Windows, and in the cf_root/runtime/servers/default/SERVER-INF directory on UNIX.
<service class="jrun.servlet.http.WebService" name="WebService"> <attribute name="port">8500</attribute> <attribute name="interface">*</attribute> <attribute name="deactivated">false</attribute> </service>
Note: Make sure that the deactivated attribute is set to false.
|
|
||
| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching the port for the built-in web server |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/install7.htm