Hi Darren, what I do is to deploy the war file as zip file, then extract it and reload the applicataion. It's not very nice, but it's working automatically in an ant script, I did it because the war file deployment was to unstable.
Cheers Bernhard > -----Ursprüngliche Nachricht----- > Von: Darren Carman [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 27. Juni 2005 15:39 > An: [email protected] > Betreff: deploying war files > > > Hi, > > I have a project which generates log files within the project > area. When I deploy a war file to a running tomcat instance > the project appears to be deleted and re-created. Is there > anyway to deploy automatically without deleting these files > (or any files that exist in the project area that are not > deployed in the war file)? > > I use netbeans to generate the war file if that gives me any > more options on how to do this. > > Thanks in advance > Darren > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
