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:
Post a Comment