preferrably the log with the most recent date/time stamp 
should be formatted as
$CATALINA_HOME/logs/stdout_<YYYYMMDD>.log

M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Karim Zibari" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, November 12, 2006 3:35 PM
Subject: Re: Tomcat reloading


there is only one connector:

<Connector port="80" maxHttpHeaderSize="8192" address="65.254.40.26"
               maxThreads="300" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" />

sorry, what log do you mean?  
 
Best regards
Karim Zibari



----- Original Message ----
From: Martin Gainty <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Sunday, November 12, 2006 8:26:52 PM
Subject: Re: Tomcat reloading


can you verify the timeouts for the default connectors 
(specifically the connectionTimeout for the non-SSL default connector)

also can you display the log ?

M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, November 12, 2006 12:58 PM
Subject: RE: Tomcat reloading


> From: Karim Zibari [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat reloading
> 
> how about if my web app ran out of memory or it made too many 
> database connections or (as my hosting compnay suggests) that 
> my web app was to get stuck in loop and render the processor 
> non-responsive to other requests.?

Again, it's an OS flaw to allow one process to preempt all others, even
if there is only one CPU on the server (which is unlikely, these days).
Locking out a ping response is nearly impossible, since that requires
only trivial resources.  Your hosting company should be able to supply a
thread dump of your process, if that's the only thing stuck on the
server.  Likewise, they should be able to definitively determine what's
going on; some unfortunately, are understaffed and underequipped, and
simply try to push problems off on someone else.

If you were running out of memory, you would see exceptions in the log.
You could also turn on -verbose:gc if you want to prove that memory is
not an issue.

You could also try a tracert to the server, and see at what point in the
route the responses stop.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited

Reply via email to