I installed the Coldfusion 10 server, with the built in web server option. After installation I got a message that my installation is complete but the web server is not running. I was unable to access any of the server administration pages, and was unable to start the web server. I tried restarting the Coldfusion service, but even that did not fix the problem. Pls help.
Moved to the correct forum: ColdFusion Server Administration
Hi Abhishek,
Can you please check server.xml at this location [CF Root/Instance Name/runtime/conf] and see if the internal web server portion is commented out or not.
| <!-- internal webserver start --> | |
| <Connector executor="tomcatThreadPool" maxThreads="50" | |
| port="8500" protocol="org.apache.coyote.http11.Http11Protocol" | |
| connectionTimeout="20000" | |
| redirectPort="8445" /> | |
| <!-- internal webserver end --> |
If this portion is commented out then please uncomment it and restart CF server. It should work then.
Regards,
Nimit
North America
Europe, Middle East and Africa
Asia Pacific