On 15/06/2015 15:49, Jeffrey Janner wrote:
> I’m making the switch to running all my tomcats on Linux.
> 
> I’m planning to deploy multiple instances per machine, splitting
> catalina_base and catalina_home, and just have question on the shutdown
> port.
> 
> Under Windows, I just deployed the binary with the commons daemon
> wrapper and set the shutdown port to -1 and let the daemon manage the
> orderly shutdown.
> 
> Is it possible to set the port to -1 under Linux and do something
> similar? Preferably without deploying the daemon wrapper also, though
> I’m willing to do if necessary.  I am planning to manage them with
> service/init scripts for startup and shutdown.

Yes, "kill -15 <pid>" will trigger a clean shutdown.

Mark


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

Reply via email to