Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread Trevor Baker
Hi, I have an unpacked ROOT webapp and if I change the web.xml for it, the webapp gets reloaded. However if I change the META-INF/context.xml for it, it doesn't get reloaded. It's a WatchedResource too like web.xml. All I'm doing is changing a context-param value in context.xml (as a trivial

Re: Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread sven morales
Hi, Can perhaps the settings of cacheAllowed nullify the changes you just made? cacheAllowed - If the value of this flag is true, the cache for static resources will be used. If not specified, the default value of the flag is true. aka_sergio --- Trevor Baker [EMAIL PROTECTED]

RE: Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread Richard Mixon (qwest)
7:30 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.7 webapp not reload after META-INF/context.xml change Hi, I have an unpacked ROOT webapp and if I change the web.xml for it, the webapp gets reloaded. However if I change the META-INF/context.xml for it, it doesn't get reloaded. It's