> From: Michael Ludwig [mailto:mil...@gmx.de]
> Subject: Re: Strange problem with data source Tomcat 6.0.18
> 
> Try capitalizing <context> to <Context>.

Also make sure there is no conf/Catalina/[host]/myapp.xml file lying around; if 
so, it will override your META-INF/context.xml file.  The copy in 
conf/Catalina/[host] is created during deployment, and removed when the webapp 
is undeployed.  However, if you're simply replacing the webapp, the old 
myapp.xml file may hang around.

 - 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