Last updated on
Apr 27, 2021
|
Also applies to ColdFusion 10
To enable built-in web server in ColdFusion 10, use the server.xml configuration file in the following location:
{cf_install_root}/{instance_name}/runtime/conf
In the server.xml file, remark out the following connector block:
<!-- internal webserver end -->
<Connector executor="tomcatThreadPool" maxThreads="50"
port="8500" protocol="org.apache.coyote.http11.Http11Protocol"
connectionTimeout="20000"
redirectPort="8445" />
<!-- internal webserver end -->
Then, save the server.xml file and restart the ColdFusion server.