You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wyn Easton <wy...@yahoo.com> on 2000/11/02 11:00:52 UTC

WAR file question

Hi All,

What do I need to do to completely replace my web application?
I thought I could put a new copy of my WAR file in the webapps
directory and Tomcat would re-extract it at start-up, thus replacing my
web application.  This does not seem to work the way I thought.
What are the steps required to replace a web application?
Thanks.

PS-I'm on 3.2 beta 6

=====
Wyn Easton
wyn_easton@yahoo.com

__________________________________________________
Do You Yahoo!?

Re: WAR file question

Posted by Jacopo Cappellato <ja...@libero.it>.
Hi,

in order to replace completely a web application in war format you have to:
1) stop tomcat
2) replace the war file (e.g. myappl.war) in the webapps folder
3) remove the web application folder (e.g. myappl)in the webapps folder 
4) start tomcat

Good luck!
---------------------------------
 Jacopo 
 jaco@libero.it
 http://digilander.iol.it/jacop
----------------------------------



----- Original Message ----- 
From: Wyn Easton <wy...@yahoo.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, November 02, 2000 11:00 AM
Subject: WAR file question


> Hi All,
> 
> What do I need to do to completely replace my web application?
> I thought I could put a new copy of my WAR file in the webapps
> directory and Tomcat would re-extract it at start-up, thus replacing my
> web application.  This does not seem to work the way I thought.
> What are the steps required to replace a web application?
> Thanks.
> 
> PS-I'm on 3.2 beta 6
> 
> =====
> Wyn Easton
> wyn_easton@yahoo.com
>