RE: A lot of CPU used

2007-07-18 Thread Stéphane Hanser
D] Envoyé : mercredi 18 juillet 2007 10:23 À : Tomcat Users List Objet : Re: A lot of CPU used well, again, go to http://tomcat.apache.org/download-55.cgi and download a working binary copy :-) regards Leon On 7/18/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: > Thanks for your link but it

Re: A lot of CPU used

2007-07-18 Thread Leon Rosenberg
atalina.out. Stéphane P.S. Leon, Sorry I didn't see your PS. Thanks for your proposal but I'm not able to give the access of our server. -Message d'origine- De: Timothy Wonil Lee [mailto:[EMAIL PROTECTED] Envoyé: mercredi 18 juillet 2007 00:13 À: 'Tomcat Users List' Obje

RE: A lot of CPU used

2007-07-18 Thread Stéphane Hanser
- De : Timothy Wonil Lee [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 juillet 2007 00:13 À : 'Tomcat Users List' Objet : RE: A lot of CPU used If you are symlinking them, maybe this will help? http://marc.info/?l=tomcat-user&m=105159411609623&w=2 Timothy Wonil Lee -Origi

RE: A lot of CPU used

2007-07-17 Thread Timothy Wonil Lee
If you are symlinking them, maybe this will help? http://marc.info/?l=tomcat-user&m=105159411609623&w=2 Timothy Wonil Lee -Original Message- From: Stéphane Hanser [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 July 2007 12:42 AM To: 'Tomcat Users List' Subject: RE:

RE: A lot of CPU used

2007-07-17 Thread Stéphane Hanser
TECTED] Envoyé : mardi 17 juillet 2007 16:27 À : Tomcat Users List Objet : Re: A lot of CPU used have you checked where the $CATALINA_BASE is pointing to? regards Leon P.S. you can contact me off-list if you want me to login to your box and play on it a bit :-) On 7/17/07, Stéphane Hanser <[EMAIL

RE: A lot of CPU used

2007-07-17 Thread Caldarale, Charles R
> From: Stéphane Hanser [mailto:[EMAIL PROTECTED] > Subject: RE: A lot of CPU used > > But I'm quite positive that it was installed from > the debian package. That's unfortunate. We've seen numerous problems with trying to run Tomcat from 3rd-party repackaged ve

Re: A lot of CPU used

2007-07-17 Thread Leon Rosenberg
17 juillet 2007 15:37 À: Tomcat Users List Objet: Re: A lot of CPU used you may want to check your catalina.sh (i hope you have one) where the output goes. On 7/17/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: > Lol. No I typed the right word. There is no file ended by .out on the >

RE: A lot of CPU used

2007-07-17 Thread Stéphane Hanser
dir="$CATALINA_TMPDIR" \ org.apache.catalina.startup.Bootstrap "$@" start \ >> "$CATALINA_BASE"/logs/catalina.out 2>&1 & if [ ! -z "$CATALINA_PID" ]; then echo $! > $CATALINA_PID fi fi -Message d'orig

Re: A lot of CPU used

2007-07-17 Thread Leon Rosenberg
L PROTECTED] Envoyé: mardi 17 juillet 2007 15:10 À: Tomcat Users List Objet: Re: A lot of CPU used maybe because it is called catalina.out? :-) On 7/17/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: > I didn't install it myself. We hired a system admin for one day to set up > our se

RE: A lot of CPU used

2007-07-17 Thread Stéphane Hanser
Lol. No I typed the right word. There is no file ended by .out on the machine. -Message d'origine- De : Leon Rosenberg [mailto:[EMAIL PROTECTED] Envoyé : mardi 17 juillet 2007 15:10 À : Tomcat Users List Objet : Re: A lot of CPU used maybe because it is called catalina.out? :-) On

Re: A lot of CPU used

2007-07-17 Thread David Delbecq
that it was installed from the debian > package. It isn't one the server: when I "locate Catalina.out" I don't get > any result. > > -Message d'origine- > De : Leon Rosenberg [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 juillet 2007 15:04 >

Re: A lot of CPU used

2007-07-17 Thread Leon Rosenberg
erver: when I "locate Catalina.out" I don't get any result. -Message d'origine- De: Leon Rosenberg [mailto:[EMAIL PROTECTED] Envoyé: mardi 17 juillet 2007 15:04 À: Tomcat Users List Objet: Re: A lot of CPU used have you installed tomcat from debian package or from the b

RE: A lot of CPU used

2007-07-17 Thread Stéphane Hanser
De : Leon Rosenberg [mailto:[EMAIL PROTECTED] Envoyé : mardi 17 juillet 2007 15:04 À : Tomcat Users List Objet : Re: A lot of CPU used have you installed tomcat from debian package or from the binary distribution from tomcat.apache.org if first is the case your log file is probably somewhere

Re: A lot of CPU used

2007-07-17 Thread Leon Rosenberg
14:12 À: Tomcat Users List Objet: Re: A lot of CPU used thread dump: kill -QUIT tomcat_pid regards Leon On 7/17/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: > Hello all, > > > > I'm running a web application on a tomcat 5.5 server (jvm 1.5, debian 4) and > it uses a l

RE: A lot of CPU used

2007-07-17 Thread Stéphane Hanser
mcat Users List Objet : Re: A lot of CPU used thread dump: kill -QUIT tomcat_pid regards Leon On 7/17/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: > Hello all, > > > > I'm running a web application on a tomcat 5.5 server (jvm 1.5, debian 4) and > it uses a lot of CPU re

Re: A lot of CPU used

2007-07-17 Thread Leon Rosenberg
thread dump: kill -QUIT tomcat_pid regards Leon On 7/17/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: Hello all, I'm running a web application on a tomcat 5.5 server (jvm 1.5, debian 4) and it uses a lot of CPU resources. It seems that the charge keeps growing, regardless the number of user

A lot of CPU used

2007-07-17 Thread Stéphane Hanser
Hello all, I’m running a web application on a tomcat 5.5 server (jvm 1.5, debian 4) and it uses a lot of CPU resources. It seems that the charge keeps growing, regardless the number of users. So I suspect a non-ending routing running but I don’t know how to locate it. So here is my question: is