Hi Scott,

it's quite easy: you just have to copy the war-file across in your webapps
root.
Tomcat picks up the war file automatically and redeploys your application.
You don't have to mess around with the manager app. It normally only takes a
few seonds.
Depending on your configuration after some redeploys you might get some
memory problems, so if possible you should restart you Tomcat periodically,
like every night.

Cheers

Bernhard

> -----Ursprüngliche Nachricht-----
> Von: Scott Purcell [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 13. April 2005 17:46
> An: tomcat-user@jakarta.apache.org
> Betreff: How to Deploy Replacement War
> 
> 
> Hello,
> 
> I deployed a war file for a new project a couple of weeks 
> back. The war extracted, and the manager saw it, and all is 
> good. But now I need to replace that webapp, with a new war 
> file. Now the other day, I went to the manager, undeployed 
> the webapp, turned off Tomcat and deleted the webapp folder. 
> Then I put the war file under "webapps" and restarted the 
> server. But things got screwey and I had to repeat this a 
> couple of times, and also turn Tomcat off in order to remove the libs.
> 
> Anyway, what is the proper protocol on how to "properly" 
> replace a webapp with a new war.
> 
> 
> Thanks,
> 
> 
> Scott K Purcell
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to