RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread Bovy, Stephen J
MaxThreads Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 5:21 PM To:

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread August Detlefsen
I have maxThreads set at 250. When a high percentage of that 250 are eaten up servicing essentially dead connections is when the server gets unresponsive. What I am interested in is how tomct can know that a thread is no longer viable -say if it has been in service mode for more than 5 minutes

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread Torrey Rice
It's tough to say what your problem is without more information. Did you check Tomcat's logs to see what the error is when starting up? Have you tried running tomcat from the console instead of from a batch file so that you can see the output of the server when it erors and quits? Give those a

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread ayaskant swain
Thanks for your instant reply.But i just checked whatever u had said.I tried to start it from the console by giving the command %CATALINA_HOME%\bin\startup.bat but same problem still persists.The tomcat console came only for 2-3 seconds and then dissapeared.So i could not read the error

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread Mark Leone
Try putting an html or jsp file in your my_apps folder. I'm not sure what Tomcat does when you navigate to the web app with nothing other than WEB-INF in the web app's folder. When I navigate to one of my web apps the way you're trying, I get a directory listing of the files and folders I have

Re: Tomcat not running

2005-03-19 Thread ayaskant swain
Hello, i have already tested these things which you are telling.When i put some html or jsp files directly ubder my_apps folder i see the list of these files when i type http://localhost:8080/my_apps but my problem is that sometimes i am not able to see this also.it says /my_apps is

RE: Tomcat 5.0.28 running Windows 2003 Server CPU to 100%

2005-01-03 Thread George Sexton
I think it's something in Tomcat personally. I have had a customer report this with our Application, which when run under Tomcat on Unix will run for weeks at a time. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 _ From: David Bilodeau

RE: Tomcat 5.0.28 running Windows 2003 Server CPU to 100%

2005-01-03 Thread Mike Curwen
Every so often in our development environment, we'll have a page that goes off in an infinite loop. No problem, we'll just stop the browser, and fix the page and click refresh. But meanwhile, that first page is still spinning away, gobbling up CPU. I once saw code on tomcat-user that allowed

RE: Tomcat not running on Redhat 9 (SOMRAJ)

2004-05-14 Thread Shapira, Yoav
Hi, You have more than one error: at least two distinct ones. What jars are in your WEB-INF/lib directory? If there's a j2ee.jar there (or anywhere else in your tomcat server installation), remove it. Do you have Axis or Slide installed, thereby causing the log4j warning messages? If so, you

RE: tomcat 5.0.16 running out of resources

2004-02-09 Thread STOCKHOLM, Raymond
set your JAVA_OPTS accordingly to your needs in your startup.* If you need 750 Mbytes, try this : set JAVA_OPTS=-server -Xms750m -Xmx750m -XX:NewRatio=2 -Message d'origine- De : Jake Alley [mailto:[EMAIL PROTECTED] Envoyé : dimanche 8 février 2004 15:23 À : [EMAIL PROTECTED] Objet :

Re: tomcat 5.0.16 running out of resources

2004-02-08 Thread Josh Rehman
Sun's javac that comes with the 1.3 sdk leaks memory. This is a known issue. 1.4+ and jikes can fix it. To my mind the (much) better way is to precompile your JSPs. Check out: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html This has the added benefit of avoiding that annoying

Re: tomcat 5.0.16 running out of resources

2004-02-08 Thread David Strupl
Hi, also consider upgrading to 5.0.18 - there was a memory leak fixed in tomcat. You can search the archive of this conference to find more info. Best, David Jake Alley wrote: Hi, I'm running Tomcat 5.0.16 and I'm getting the following error peiiodically: The system is out of resources.

Re: Tomcat 4.1.27 Running as a Service

2003-10-27 Thread Kenneth
Hi, check whether your Tomcat service is up or not. It happened something like that to me once, and when I checked (Control Panel-Tools-Computer Administration-Services Applications or something like that) mi service was always down when I started my computer. I re-configured it and it all

Re: Tomcat NOT running

2003-09-29 Thread Johan Louwers
Also when I start tomcat I get the following errors in my catalina.out Anybody? Sep 29, 2003 11:24:50 AM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Sep 29, 2003 11:24:50 AM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry

Re: Tomcat NOT running -- solved

2003-09-29 Thread Johan Louwers
Solved the problem, the problem was I had a typo In tomcat-users.xml I forgot a I had : user username= password= roles=admin/ and this should be: user username= password= roles=admin/ :-) - Original Message - From: Johan Louwers [EMAIL PROTECTED] To: Tomcat

Re: Tomcat 4.1x running as NT Service Issue

2003-08-04 Thread Nathan Ward
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Saturday, August 02, 2003 11:34 PM Subject: RE: Tomcat 4.1x running as NT Service Issue I am not sure why we are not running 1.4, but the image from corporate has 1.3.1 and we have been told to live with it. We are running pretty much the same configuration

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread pete . storey
- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 10:27 PM To: Tomcat Users List Subject: Re: Tomcat 4.1x running as NT Service Issue I'm not sure that this is it, but you might try setting the JVM min and max memory limits when starting Tomcat by adding the following

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Robert Porter
Subject: RE: Tomcat 4.1x running as NT Service Issue I dont think the java versi0on is necessarily a problem however what you need to remeber is when you install the service, you fix the settings of the JVM. If you want to control memory settings, you need to do it in the tomcat.exe command which

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread pete . storey
respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Tomcat 4.1x running as NT Service Issue I agree with your view on memory usage on a client, but what I am not clear on is do those settings constitute a hard limit for Tomcat

Re: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Tim Funk
If you need to run NT as a service, use this tool to set it up. It makes life pretty nice. http://web.bvu.edu/staff/david/tcservcfg/ -Tim http://jakarta.apache.org/tomcat/faq/windows.html Robert Porter wrote: I agree with your view on memory usage on a client, but what I am not clear on is do

Re: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread pete . storey
thanks been looking for something like that for ages! Tim Funk [EMAIL PROTECTED] 03/08/2003 16:52 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Tomcat 4.1x running as NT Service Issue If you need to run NT

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Robert Porter
] Sent: Sunday, August 03, 2003 11:52 AM To: Tomcat Users List Subject: Re: Tomcat 4.1x running as NT Service Issue If you need to run NT as a service, use this tool to set it up. It makes life pretty nice. http://web.bvu.edu/staff/david/tcservcfg/ -Tim http://jakarta.apache.org/tomcat/faq

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread pete . storey
:01 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Tomcat 4.1x running as NT Service Issue Found that while googling my issue, it looks very promising, but I need something we can include in a custom setup

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Robert Porter
! Cheers, Bob Porter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 1:04 PM To: Tomcat Users List Subject: RE: Tomcat 4.1x running as NT Service Issue well in that case the tomcat.exe included with the tomcat dist is fine once you have

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Robert Porter
Tomcat is not running as a service. Anyone have any clues?? Bob Porter -Original Message- From: Robert Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 5:39 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1x running as NT Service Issue I reinstalled Tomcat using

RE: Tomcat 4.1x running as NT Service Issue

2003-08-03 Thread Robert Porter
:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 10:27 PM To: Tomcat Users List Subject: Re: Tomcat 4.1x running as NT Service Issue I'm not sure that this is it, but you might try setting the JVM min and max memory limits when starting Tomcat by adding the following to $CATALINA_HOME\bin

Re: Tomcat 4.1x running as NT Service Issue

2003-08-02 Thread Nathan Ward
I'm not sure that this is it, but you might try setting the JVM min and max memory limits when starting Tomcat by adding the following to $CATALINA_HOME\bin\catalina.bat: set JAVA_OPS = -Xms100m -Xmx100m Default for the JVM I believe should be 64mb, but who knows. Why are you using jdk 1.3.1?

RE: Tomcat 4.1x running as NT Service Issue

2003-08-02 Thread Robert Porter
:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 10:27 PM To: Tomcat Users List Subject: Re: Tomcat 4.1x running as NT Service Issue I'm not sure that this is it, but you might try setting the JVM min and max memory limits when starting Tomcat by adding the following to $CATALINA_HOME\bin

RE: tomcat service running at 100% cpu ... formerly RE: -Xincgc, -Xms600, -Xmx600

2003-06-06 Thread Shapira, Yoav
Howdy, Seems like a JK connector issue. I personally can't help much there ;( - onehundred.txt is the thread dump when tomcat is at 100% cpu. NOTE that no applications are running inside Tomcat. Umm, it does seem like there are all the standard apps (ROOT, admin, manager, examples,

RE: Tomcat not running

2003-04-02 Thread Shapira, Yoav
Howdy, Kindly tell us what errprs are in the tomcat logs... ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: sharad gulati [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: Tomcat not running Hi, I have installed Tomcat

RE: Tomcat isn't running

2002-02-28 Thread Anton Brazhnyk
Hi, -Original Message- From: Yassel Omar Izquierdo Souchay [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Tomcat isn't running Hello i had installed tomcat 4.0 and when y try tu run startup it never finish because alwas

Re: Tomcat not running

2002-02-08 Thread Mario Alberto Haza Treviño
I found my error, i changed CATALINA_HOME from CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/build to CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/dist and all seems OK. (I compiled tomcat 4.01 from sources with Sun's jdk 1.40 rpm on RH 7.2) -- Mario Haza Jefe de

RE: tomcat not running...

2001-05-29 Thread Randy Layman
Your problem is that Tomcat is not starting correctly - if the DOS window goes away then Tomcat has stopped. I would suggest trying to run tomcat run instead of tomcat start so that you can see the error. Randy -Original Message- From: [EMAIL PROTECTED]