Re: [OT] Re: Reloading .war files automatically in Tomcat 6

2007-06-24 Thread Dave Newton
IIRC there was a short thread on this topic on struts-user a few months ago; I'd check those and/or post to a Tomcat list/forum. --- Session A Mwamufiya <[EMAIL PROTECTED]> wrote: > I actually followed this link, and here is what I > defined in my server.xml file: > > unpackWARs="tr

Re: [OT] Re: Reloading .war files automatically in Tomcat 6

2007-06-24 Thread Session A Mwamufiya
I actually followed this link, and here is what I defined in my server.xml file: When I make changes and have my ant build place the new war file in the webapps folder, it seems as though it attempts to delete my previous application folder, but it can't get rid of "struts2-core-2.0.6.jar" in

[OT] Re: Reloading .war files automatically in Tomcat 6

2007-06-24 Thread Dave Newton
--- Session A Mwamufiya wrote: > now I need to find a tweak of some sort for Tomcat 6, > so that I don't need to restart the server every time I > make a change to the war file. Is there a way to have > Tomcat reload the war file as soon as it changes? Maybe checking the Tomcat documentation wou

Reloading .war files automatically in Tomcat 6

2007-06-24 Thread Session A Mwamufiya
Hi, I've created my struts 2 app in Eclipse, and I've added a build.xml file for my ant build; now I need to find a tweak of some sort for Tomcat 6, so that I don't need to restart the server every time I make a change to the war file. Is there a way to have Tomcat reload the war file as soon