I want to to deploy a tomcat server such that it listens on two ports simultaneously (both for http protocol).
Just to make sure that you understand this requirement correclty , We have only one server instance but want to listen …
I have started and tested Tomcat under Port 8080 (default). Now I altered the connector port to 80 and restarted Tomcat, nothing will show on my minimal Debian 6.0 installation. Now where is the trick here?
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="…
I'm trying to start a tomcat instance(the only tomcat I have), and I'm getting some weird problems, I know that this error:
Failed to initialize end point associated with ProtocolHandler
is because some other application is using the same …