| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching from another web server |
|
|
|
|
||
You can switch from an external web server to the built-in ColdFusion MX web server without reinstalling, even if you did not select it during installation.
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.
deactivated attribute to false:<service class="jrun.servlet.http.WebService" name="WebService"> <attribute name="port">8500</attribute> <attribute name="interface">*</attribute> <attribute name="deactivated">false</attribute> </service>
deactivated attribute to true:<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService"> <attribute name="activeHandlerThreads">8</attribute> <attribute name="minHandlerThreads">1</attribute> <attribute name="maxHandlerThreads">1000</attribute> <attribute name="mapCheck">0</attribute> <attribute name="threadWaitTimeout">20</attribute> <attribute name="backlog">500</attribute> <attribute name="deactivated">true</attribute> ...
To switch to another web server, follow the instructions for the appropriate web server on your platform in Configuring web servers.
Note: The installation wizard does not allows you to configure both an external web server and the built-in web server and in most cases, you do not enable both the built-in web server and an external web server. If you do, you must create web server directory mappings so that both web servers use the same web root.
|
|
||
| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching from another 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.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/install8.htm
Comments
jljackson said on Oct 22, 2003 at 8:41 AM :