This content has been marked as final.
Show 1 reply
-
1. Re: CF10 Install freeze on Add Web Server Configuration
Priyank Srivastava Mar 11, 2014 7:26 AM (in response to PegasusT4)Hi Doug,
Have you tried installing the ColdFusion with builtin port and then create the connector using the Web Server Configuation tool. If not, can you please give it a try.
If it works, you can disable the builtin port in ColdFusion 10\cfsuion\runtime\conf server.xml
<!-- internal webserver start
<Connector executor="tomcatThreadPool" maxThreads="50"
port="8500" protocol="org.apache.coyote.http11.Http11Protocol"
connectionTimeout="20000"
redirectPort="8445" />
internal webserver end -->
Thanks,
Priyank


