Hi all, I have got some problems with my tomcat installation when I execute command # bin/shutdown.sh It does not close the process that is running the tomcat. Can any body please give me some idea; what is happening with the process. Regards, Vijay Shanker Dubey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100223/d4e4b2cb/attachment.html>
On Tue, Feb 23, 2010 at 2:07 AM, Vijay Shanker Dubey <vijay.shad at gmail.com>wrote:> Hi all, > > I have got some problems with my tomcat installation > > when I execute command > > # bin/shutdown.sh > > It does not close the process that is running the tomcat. > > Can any body please give me some idea; what is happening with the process. > > > Regards, > Vijay Shanker Dubey > > >You might have better luck on the tomcat mailing list. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100223/ab76299b/attachment.html>
On 2/23/2010 1:07 AM, Vijay Shanker Dubey wrote:> Hi all, > > I have got some problems with my tomcat installationAre you running the stock centos tomcat5 package?> when I execute command > > # bin/shutdown.sh > > It does not close the process that is running the tomcat.Does 'service tomcat5 stop' work like other services controlled by init scripts? What JVM are you using? -- Les Mikesell lesmikesell at gmail.com
> It does not close the process that is running the tomcat. > Can any body please give me some idea; what is happening with the process.I sometimes had similar issues with tomcat hanging by shutdown (but with rather "exotic" deployments of Tomcat, not the standard one). Installing the package 'tomcat-native' (from EPEL) usually solved them, even if I could not really explain why.