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 Tempo
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
S
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 (