> From: Arnaud MERGEY [mailto:[EMAIL PROTECTED] 
> Subject: Re: something wrong creating datasource after war deployement
> 
> Like you, I think there is a conflict between context.xml in 
> war and in unpacked directory (because wtihout war all works
> as expected)

As David mentioned earlier, when a .war is unpacked, its
META-INF/context.xml file is copied to
conf/Catalina/[host]/[appname].xml, and that becomes the active copy.
Changing the one in the unpacked directory will have no effect, since
the one in the conf/Catalina/[host] directory is defined to override the
one in the app.

Which one are you updating?

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to