Re: WatchedResource not watched

2005-11-13 Thread Len Popp
A relative pathname will work for . Look at the default entry in conf/context.xml: WEB-INF/web.xml which is exactly what you want. I just tested it, and editing web.xml causes my app to be reloaded, whether the is in conf/context.xml or in my app's META-INF/context.xml. I'm running Tomcat 5.5

Re: WatchedResource not watched

2005-11-13 Thread Darryl L. Miles
Peter Menzel wrote: docBase="D:\dev\projects11\maven-tomcat-plugin\tests\devContext\target\devContext"> WEB-INF/web.xml The watched resource seems to be ignored. If I modify the web.xml tomcat doesn't reload the webapp. If any other resources are modified (classes or the context.xml

Re: WatchedResource not watched

2005-11-13 Thread Peter Menzel
Nathan Coast schrieb: Hi, I have the following context.xml to configure a web application docBase="D:\dev\projects11\maven-tomcat-plugin\tests\devContext\target\devContext"> WEB-INF/web.xml The watched resource seems to be ignored. If I modify the web.xml tomcat doesn't reload the

WatchedResource not watched

2005-11-12 Thread Nathan Coast
Hi, I have the following context.xml to configure a web application WEB-INF/web.xml The watched resource seems to be ignored. If I modify the web.xml tomcat doesn't reload the webapp. If any other resources are modified (classes or the context.xml) then tomcat behaves as expected and t