RE: Service Temporarily Unavailable

2004-05-03 Thread Trieu, Jason T - CNF
Ken, That is an indication that Apache thinks Tomcat is down. So either your Tomcat is not up or problems with Tomcat-Apache connection. Jason -Original Message- From: Ken Ramirez [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: Service

RE: emergency - need to get into admin app

2004-04-19 Thread Trieu, Jason T - CNF
The -Xmx parameter is part of JAVA_OPTS and not CATALINA_OPTS and you set JAVA_OPTS in catalina.bat to increase max size (-Xmx) of your heap memory. Jason -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:06 PM To: Tomcat Users List

RE: Tomcat performance issue?

2004-04-12 Thread Trieu, Jason T - CNF
It could be a bug in your servlet that hangs your connection or you might actually have a big enough load to max out your number of concurrent Tomcat threads (maxProcessors). If it is load, you should look into increasing your maxProcessors. Make sure though that you have enough JVM heap memory