2012/3/29 N V Hari Krishna :
> Hello all,
>
> I had a few questions.
>
> 1) Is it possible to shutdown embedded Tomcat gracefully?
> 2) If possible, can anyone suggest me/point me to piece of code that can be
> used for shutting down Embedded version of Tomcat 5 & Tomcat 7 gracefully.
>
Call its s
On 29/03/2012 06:38, N V Hari Krishna wrote:
> Hello all,
>
> I had a few questions.
>
> 1) Is it possible to shutdown embedded Tomcat gracefully?
Yes. Register a shutdown hook and use it to stop the embedded Tomcat.
p
> 2) If possible, can anyone suggest me/point me to piece of code that ca
Hello all,
I had a few questions.
1) Is it possible to shutdown embedded Tomcat gracefully?
2) If possible, can anyone suggest me/point me to piece of code that can be
used for shutting down Embedded version of Tomcat 5 & Tomcat 7 gracefully.
Thanks in advance
- Hari