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
i thought it was deprecated, but just wanted to try anyway. thanks for confirming. do you have any ideas how i could go about this? kind regards dominik >> From: Niklas Frank [mailto:[EMAIL PROTECTED] >> Subject: Automatic Reload for Web Applications in User Directories >> >

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

Automatic Reload for Web Applications in User Directories

2007-09-27 Thread Niklas Frank
Dear all, I have been trying for quite a while to enable webapplications in user directories (accessible via ~username) to be automatically reloaded. I am not sure if it is even possible. Maybe someone of you knows an answer. Any help is very much appreciated. Here is my setup: I am using Tomcat