Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
I never do this deletion while the webapp is running. I stop the web app. carry out the deletion, and then restart the webapp, either by dropping a new war for the app in webapps, or using the manager app, or by restarting tomcat. The work directory is where tomcat uses jasper to compile jsp'

Re: apparent problem with work/ directory

2008-08-30 Thread Jonathan Mast
I planned on doing that. However I'm concerned about the meantime between deleting the wepapp subdirectory inside work/ and restarting. This webapp receives alot of traffic, what will Tomcat do when it gets a request for that webapp, after the work/...WEBAPP directory is deleted? Might it actuall

Re: apparent problem with work/ directory

2008-08-30 Thread H. Hall
Ken Bowen wrote: When I run into behavior that sounds like what you describe, I manually delete work/Catalina/localhost/ before restarting. --Ken Yep, me too. Has rarely happened, usually one jsp is the problem and I delete its associated class file and the jsp will then compile ok.

Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
When I run into behavior that sounds like what you describe, I manually delete work/Catalina/localhost/ before restarting. --Ken On Aug 29, 2008, at 5:00 PM, Jonathan Mast wrote: I refactored the POJO side of a webapp I have. I basically moved some objects referenced by the JSPs into

Re: apparent problem with work/ directory

2008-08-29 Thread Johnny Kewl
- Original Message - From: "Jonathan Mast" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 29, 2008 11:00 PM Subject: apparent problem with work/ directory I refactored the POJO side of a webapp I have. I basically moved some objects referenced by the JSPs into a n