Re: Automatic Reload for Web Applications in User Directories

2007-09-27 Thread Mark Thomas
Niklas Frank wrote: > Hi Chuck, hi All, > >> Are you sure the timestamp on the WEB-INF/web.xml file of the updated >> webapp really changes? > Yes, positive. To check I made changes to the file. If I do the same for a > web-app in $CATALINA_HOME/webapps the app gets automatically reloaded. This w

RE: Automatic Reload for Web Applications in User Directories

2007-09-27 Thread Niklas Frank
Hi Chuck, hi All, > Are you sure the timestamp on the WEB-INF/web.xml file of the updated > webapp really changes? Yes, positive. To check I made changes to the file. If I do the same for a web-app in $CATALINA_HOME/webapps the app gets automatically reloaded. in catalina.out this leads to: Sep 2

RE: Automatic Reload for Web Applications in User Directories

2007-09-27 Thread Caldarale, Charles R
> From: Niklas Frank [mailto:[EMAIL PROTECTED] > Subject: Automatic Reload for Web Applications in User Directories > > My context.xml file looks like this: > WEB-INF/web.xml Are you sure the timestamp on the WEB-INF/web.xml file of the updated webapp really changes? > I tried adding a Defa