Hmm yes in fact that work better with the /Context thanks for the help to both of you it works now ----- Original Message ----- From: "Mark Thomas" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, October 29, 2006 10:05 PM
Subject: Re: problem with getcontext and context.xml


mast wrote:
if i delete the context.xml file it seem to work is there anything wrong
in :
<Context reloadable="true" />
<WatchedResource>WEB-INF/web.xml</WatchedResource>

Yes. It should be:
<Context reloadable="true" >
<WatchedResource>WEB-INF/web.xml</WatchedResource>
</Context>

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
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