Thursday, April 03, 2008

Tomcat shutdown.sh shuts down all tomcat instances

If you are running tomcat instances on multi-homed machines, then by default, the shut down scripts will kill all tomcat instances on the box. What you need to do is change the shutdown port in conf/server.xml


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


The default port that is present here is 8005.

No comments: