Re: Removing work directory

2007-03-05 Thread Jim Goodspeed
We are currently compiling the source right on the server, but we are in the process of switching to war files. I'm hoping that switching our build process will resolve this issue. On 3/5/07, David Delbecq <[EMAIL PROTECTED]> wrote: A little strange indeed. How do you deploy? I think tomcat co

Re: Removing work directory

2007-03-05 Thread David Delbecq
A little strange indeed. How do you deploy? I think tomcat compare timestamp of .java files to timestamps of .jsp files to know if it need rebuild. Here we deploy using .war file, that mean or jsps are always more recent then work directory, and we don't have issues :) En l'instant précis du 04/03

Removing work directory

2007-03-03 Thread Jim Goodspeed
I'm wondering if anyone has run into a problem where the jsp pages under the work directory do not get updated when a new version of the applicaiton is deployed. We find that we have to delete everything under the work directory so that tomcat is forced to re-create everything. This seems a litt