hi,

/usr/local/tomcat6/bin/shutdown.sh
/usr/local/tomcat6/bin/startup.sh

The shutdown.sh script will probably return before Tomcat has completely
stopped running, which means that the startup.sh script will try to
start Tomcat before the previous instance has exited.
yeah, I thought so as well.

What does the log indicate when you're shutting down Tomcat?
How long does it take?
Good point, I have to look into this, but at the moment it is not possible for me to shut down the instance.
Maybe you have a problem that you're not aware of. A more recent
version of Tomcat may assist you with this, as it contains some
detection that adds messages to the logs when it finds potential
problems during shutdown.

Once you know how long it *should* take to shutdown, under normal
conditions, have a look at the usage statement of
/usr/local/tomcat6/bin/catalina.sh for some options on forcibly shutting
Tomcat down after a time limit.
Okay, then this is what I'm going to do next. Thank you very much for your quick response and your advice (also regarding the warnings etc.)!

Regards,
Lara

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

Reply via email to