> From: Law, Christopher [mailto:chris....@snapon.com]
> Subject: Tomcat hangs for minutes between ContextConfig and
> StandardContext (Starting the app)
> 
> It almost seems like Tomcat is blocked waiting for a reply 
> from some request.

Quite possible.  Could be DNS resolution, or references in .xml files to 
external DTDs, among others.  You might want to run Wireshark while Tomcat is 
starting and just see what requests are being made.

Also, try taking a thread dump or three during the delay and see what's going 
on inside Tomcat.

> There is no context file in conf or conf/Catalina/localhost.

So you removed the standard conf/context.xml file that's distributed with 
Tomcat?

Are there any remote (CIFS/SMB) file references involved?

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to