> From: JT [mailto:jltoo...@gmail.com]
> Subject: Re: Undeploy does not delete all .jar files
> 
> I took everything out of my conf/context.xml file except for
> WatchedResource.  This includes....
> 
> <Logger className="org.apache.catalina.logger.FileLogger"
> directory="logs"  prefix="localhost_log." suffix=".txt"
> timestamp="true"/>

Your config is extremely suspect, since 5.5 does not have any <Logger> 
elements.  Given that lots of config items have changed both syntax and 
semantics compared with older Tomcat levels, you may need to start from scratch 
with a clean 5.5 (or 6.0) installation, and update the newer Tomcat one step at 
a time.  Do not blindly copy anything from an older version - read the doc and 
update the newer config appropriately.

> I have the context.xml file in my webapps/xxx/WEB-INF/classes/META-INF

That's another major error; the location should be 
webapps/xxx/META-INF/context.xml.

 - 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