SV: SV: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-20 Thread Gunnar.Bostrom
unnar > -Ursprungligt meddelande- > Från: Christopher Schultz [mailto:ch...@christopherschultz.net] > Skickat: den 20 februari 2009 14:24 > Till: Tomcat Users List > Ämne: Re: SV: SV: SV: When will tomcat 5.5.25 spawn a new process > > -BEGIN PGP SIGNED

Re: SV: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gunnar, On 2/20/2009 2:49 AM, gunnar.bost...@tieto.com wrote: > But I don't get any output from the "daemon" processes, but I do get it from > the tomcat process that consumes cpu > > I think that the "daemon" processes runs java. > ps -ef | grep to

Re: SV: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-20 Thread Mark Thomas
ava.lang.UNIXProcess$2$1.run(Unknown Source) > > > It seems to hang on the readLine in CGIServlet.sendToLog. > > We use Tomcat 5.5.25. > Any suggestion? > > Thanks > /Gunnar > > > >> -Ursprungligt meddelande- >> Från: Christopher

SV: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-20 Thread Gunnar.Bostrom
ari 2009 16:29 > Till: Tomcat Users List > Ämne: Re: SV: SV: When will tomcat 5.5.25 spawn a new process > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gunnar, > > On 2/19/2009 8:42 AM, gunnar.bost...@tieto.com wrote: > > I tried kill -3 on the pids

SV: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Gunnar.Bostrom
app -home /usr/local/java -Dca Thanks /Gunnnar > -Ursprungligt meddelande- > Från: Christopher Schultz [mailto:ch...@christopherschultz.net] > Skickat: den 19 februari 2009 16:29 > Till: Tomcat Users List > Ämne: Re: SV: SV: When will tomcat 5.5.25 spawn a new process >

Re: SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gunnar, On 2/19/2009 8:42 AM, gunnar.bost...@tieto.com wrote: > I tried kill -3 on the pids but did not get any output. Note that stdout is usually written to catalina.out. Check there for a thread dump. > We use jsvc to start tomcat so we can run o

SV: SV: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Gunnar.Bostrom
think the load is high either. Thanks /Gunnar > -Ursprungligt meddelande- > Från: Mark Thomas [mailto:ma...@apache.org] > Skickat: den 19 februari 2009 14:16 > Till: Tomcat Users List > Ämne: Re: SV: When will tomcat 5.5.25 spawn a new process > > gunnar.bost.

Re: SV: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Mark Thomas
gunnar.bost...@tieto.com wrote: > Hi, > We use CGI to spawn Perl processes and I can see them start up and disappear. > But I'm seeing what's look like ordinary tomcat processes which don't uses > any cpu. > Thanks > /Gunnar Failed starts? Instances that haven't shutdown properly. What happens if

SV: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Gunnar.Bostrom
at: den 19 februari 2009 13:32 > Till: Tomcat Users List > Ämne: Re: When will tomcat 5.5.25 spawn a new process > > gunnar.bost...@tieto.com wrote: > > Hi, > > When will Tomcat 5.5.25 spawn a new process on a Solaris 10 server? > > I mean a normal process and not a

Re: When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Mark Thomas
gunnar.bost...@tieto.com wrote: > Hi, > When will Tomcat 5.5.25 spawn a new process on a Solaris 10 server? > I mean a normal process and not a light weight process. Whenever there is a call to Runtime.exec() The only ones I am aware of are: - the CGI servlet - the SSI servlet if yo

When will tomcat 5.5.25 spawn a new process

2009-02-19 Thread Gunnar.Bostrom
Hi, When will Tomcat 5.5.25 spawn a new process on a Solaris 10 server? I mean a normal process and not a light weight process. Thanks /Gunnar - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands