Thanks, I tried this and so far it looks like it does what I need it to do.  
Tomcat runs as a windows service and I can manipulate multiple web apps with 
the Tomcat Manager without the file locking problem.  It is interesting that 
Tomcat created a temp folder and deployed the webapp there, which is similiar 
to what JRun does.  
Thanks again.
Joe

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Tuesday, March 03, 2009 4:24 PM
To: Tomcat Users List
Subject: RE: Run multiple web applications in Tomcat each as an
independent windows service question


> From: Joe Wallace [mailto:j...@andar360.com]
> Subject: RE: Run multiple web applications in Tomcat each as
> an independent windows service question
>
> It says the web app is stopped but windows still holds on to
> the files.

Isn't Windows wonderful?  (That's a rhetorical question.)  You need to set the 
antiJARLocking and antiResourceLocking attributes in the <Context> elements for 
your webapps; look here for the doc:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Standard%20Implementation

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to