2009/12/19 SRama <su...@techie.com>:
>
> before starting the server I am checking both port address if any other
> applicaion using the same port I am dynamicaly chaning the shutdown port and
> http port.

You won't be able to shutdown Tomcat using the shutdown script, if the
script does not know what Shutdown port Tomcat listens to, and what
"secret" it expects being written to that port.

Those values are read from server.xml. If server.xml is wrong (is not
the same one as was used to Start this Tomcat instance), you won't be
able to use the shutdown script.

Once again,  http://tomcat.apache.org/tomcat-6.0-doc/config/server.html

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

Reply via email to