> From: Joel Klein [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat listening on port but not responding to requests
> 
> The last thing in catalina.log is this:
> 
> Nov 29, 2006 10:29:08 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 18092 ms
> 
> Does this indicate that Tomcat has finished all its initialization?

Yes, for normal logging levels and normal operation that's the last
thing you'll see until shutdown.

Is there a stdout.log (or any other log files) in your environment?
Might want to check those as well.  Anything on the console window for
the Tomcat process?

Can you get a thread dump and see where they're stuck?  Also, in case
you happen to be running out of heap space (not likely), turn on
-verbose:gc; it adds very little overhead.

Have you restarted the two servers?  Has this occurred more than once?
Is everything else on the two affected boxes working?

 - 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]

Reply via email to