Re: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread Mladen Turk
omairkhawaja wrote: 1) The Tomcat Manager that ships with 5.5.20 will continue to give the "The system can not find the file specified. Unable to open the Event Mutex" error message even when I connect with the /console option Use the tomcat5.exe and tomcat5w.exe from the more recent version

Re: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread André Warnier
Caldarale, Charles R wrote: (BTW, it's Tomcat that runs as a service, not any given webapp.) Nitpick : it's the JVM, not Tomcat. Nitpick to the nitpick : it's the exe wrapper, not the JVM. - To unsubscribe, e-mail: users-un

RE: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread omairkhawaja
> From: omairkhawaja [mailto:omairkhaw...@gmail.com] >> Subject: Re: Thread dump on Tomcat 5.5.20 running as a service > >> I was initially running tomcat with the -Xrs JVM flag > > I'm curious; how did you set that for the service? > > >> - what are the impli

RE: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread Caldarale, Charles R
> From: omairkhawaja [mailto:omairkhaw...@gmail.com] > Subject: Re: Thread dump on Tomcat 5.5.20 running as a service > I was initially running tomcat with the -Xrs JVM flag I'm curious; how did you set that for the service? > - what are the implications of removing the -X

Re: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread omairkhawaja
Just to add: I'm using JDK 1.5 Thank you for your very prompt replies... There's one additional question that I had ... I was initially running tomcat with the -Xrs JVM flag... but if I try to take a thread dump, the Tomcat process crashes and I get nothing... if I remove the VM flag, I can take

Re: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread Rainer Jung
On 12.06.2009 15:00, Mark Thomas wrote: > omairkhawaja wrote: >> My question is though: is it guaranteed that the version of procrun that >> ships with tomcat6 is completely compatible with tomcat 5.5.20? > > Yes. The same binaries work with all Tomcat versions. We just change the > file name to r

Re: Thread dump on Tomcat 5.5.20 running as a service

2009-06-12 Thread Mark Thomas
omairkhawaja wrote: > My question is though: is it guaranteed that the version of procrun that > ships with tomcat6 is completely compatible with tomcat 5.5.20? Yes. The same binaries work with all Tomcat versions. We just change the file name to reflect the service name. Mark