> From: Otmar Manuela [mailto:ot...@caribmedia.com]
> Subject: Re: Issues with ROOT.xml in Tomcat 6.0.24
> 
> This is the output of catalina.out when the instance starts and
> ROOT.xml is not deleted beforehand:

And that's the situation that results in a 404 upon first reference?  What's in 
the logs when the 404 occurs?  (Note that you may have to take Tomcat down to 
get the logs flushed out in 6.0.24, depending on the JRE you're running on.)

> Mar 1, 2010 8:52:37 AM org.apache.catalina.startup.HostConfig
> deployDescriptor
> INFO: Deploying configuration descriptor ROOT.xml

The above indicates the default webapp is being deployed.  What's in ROOT.xml?

> Normally, tomcat takes 6 seconds to start up successfully with the
> application, but here it starts up in just 1.5 seconds.

That's not unusual when the webapps are all already deployed.

> The "restart" is nothing more than manually running a shutdown script
> (which sets the environment variables and then runs 'catalina.sh stop'),
> wait to make sure the process is gone, then manually run a startup
> script (which sets the environment variables and then runs 'catalina.sh
> start').

And is anything else done in between the shutdown and startup?

 - 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