Yup, guess I missed the keyword "Attributes" in the doc.  Anyway, I
added the attributes and it has significantly improved the deploy and
startup.  There are minor delays as indicated in the Tomcat doc, but
these are delays of seconds - much better than four minutes!

Thank you!

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Friday, October 09, 2009 8:40 PM
To: Tomcat Users List
Subject: RE: Tomcat hangs for minutes between ContextConfig and
StandardContext (Starting the app)

> From: Law, Christopher [mailto:chris....@snapon.com]
> Subject: RE: Tomcat hangs for minutes between ContextConfig and 
> StandardContext (Starting the app)
> 
> The Tomcat logs show:
>  2009-10-09 16:03:11,093 DEBUG main
> org.apache.catalina.startup.ContextConfig - Successfully processed 
> context [/Spc] configuration file 
> D:\apache-tomcat-6.0.18\conf\Catalina\localhost\Spc.xml null

The "null" says your Spc.xml file had no recognizable content; looks
like you have it formatted incorrectly.  It should look like this:

<Context antiJARLocking="true" antiResourceLocking="true" />

 - 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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to