We appear to be having, on a multi-IP-address system, a collision with port 8005, causing Tomcat to crash on takeoff.

Looking at server.xml, I see that 8005 is not mentioned in any "connector" definition, but rather in this:

<Server port="8005" shutdown="SHUTDOWN">

I know how to bind a connector to a specific IP address, but I know nothing about this. Neither do I know what would happen if, once Tomcat is up, we were to attempt to send a shutdown message in the usual way: would we shut Tomcat down, or would we shut whatever owns 127.0.0.1:8005?

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to