admin webapp

2007-10-27 Thread Esteban Dugueperoux
Hi, I'm a new user to Tomcat 5.5 on Debian Etch, I have installed all tomcat 5.5 packages : - tomcat5.5 - tomcat5.5-admin - tomcat5.5-webapps - libtomcat5.5-java I have added this line to /var/lib/tomcat5.5/conf/tomcat-users.xml : I go to http://XXX:8180/ I

Re: Class loading issue

2007-10-27 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Hi Tony, I been following this thread with gre

Re: admin webapp

2007-10-27 Thread Mark Thomas
Esteban Dugueperoux wrote: > Hi, > > I'm a new user to Tomcat 5.5 on Debian Etch, I have installed all tomcat 5.5 > packages : There have been repeated reports of third-party Tomcat packages not working correctly. I don't know if this is the case here. I would remove these and download the tar.

Re: Tomcat 5x SSI

2007-10-27 Thread Mark Thomas
Samik Basu wrote: > Yes, I have tried it out but turning it on in Web.xml. However it did not > help. For example - this variable is set to 1 and then I invoked > /Tomcat/cgi-bin/test.cgi > /cgi-bin/test.cgi - error is context not found > ../cgi-bin/test.cgi (assume that the shtml file just und

Re: Tomcat connections not closing.

2007-10-27 Thread Ralph Goers
Mike, Have you been able to make any progress with this? I'm very interested in the outcome as we experience the same problem. Ralph Roark, Mike wrote: Filip, Thanks for the help. You were right about the default for disableUploadTimeout. I must have been looking at 5.0 docs before, it loo

Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
Hi We are having a problem with Tomcat 6 using the NIO (running on linux with Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode) that it consumes all CPU after a few hours in production, prior to that we ran Tomcat 6 with AJP and Apache 2.0 with mod_jk in front of it for over a

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Rémy Maucherat
On 10/27/07, Peter <[EMAIL PROTECTED]> wrote: > Has anyone experience any similar behaviour? Any ideas or suggestions? Why do you think it is a good idea to use both the NIO and APR connectors ? (the consequence of that is you're going to run in twice as many bugs) Rémy -

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
:) It eased migration from Tomcat, using APR on the SSL connector allowed us to reuse certificates. Could probably rework them to JKS in the future. - Original Message From: Rémy Maucherat On 10/27/07, Peter <[EMAIL PROTECTED]> wrote: > Has anyone experience any similar behaviour?

Re: Tomcat connections not closing.

2007-10-27 Thread Martin Gainty
http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html I would check the connectionLinger parameter M-- - Original Message - From: "Ralph Goers" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, October 27, 2007 11:47 AM Subject: Re: Tomcat connections not closing. > Mi

Re: Tomcat connections not closing.

2007-10-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html > > I would check the connectionLinger parameter Version mismatch. :( Please match versions next time you are attempting to give advise. - -chris -BEGIN

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Filip Hanik - Dev Lists
since you are running on linux, you know that you can get the id of the thread that is taking up all the CPU, just use a binary top that let you list individual threads. as you can see, the thread dump you have, doesn't really show anything, you're simply assuming that it's that call taking up