Title: RE: Question from a newbee on deployment of war file

You must delete the corresponding webapp directory.

So if you use the standard configuration of

<tomcat home>/webapps  and you have a foo.war file.  It will create the
context directory as <tomcat home>/webapps/foo.  If you update foo.war
you must delete the foo directory.  Tomcat will not unpack the foo.war file
if the corresponding foo context directory already exists.

-Keith


-----Original Message-----
From: Stefan Seifert [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 7:53 AM
To: [EMAIL PROTECTED]
Subject: AW: Question from a newbee on deployment of war file


One question concerning this auto-deploying: What happens, if i
overwrite the .war-File later with a newer version containing changed
files? Does Tomcat do a automatic redeploy with the new files? What to
do in this case?

Stefan

> -----Ursprüngliche Nachricht-----
> Von: Brahmananad G Gannur [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 14. Mai 2001 13:45
> An: [EMAIL PROTECTED]
> Betreff: Re: Question from a newbee on deployment of war file
>
>
> you put that .war file in webapps folder of the tomcat and
> restart the tomcat
> your application get deployed automaically
> cheers
> brahma
>
> [EMAIL PROTECTED] wrote:

> Hi !
> I have my web application compiled in one file - exigen.war 
> in some directory e.g  C:/Andrew/exigen.war
> I`ve added context record to server.xml as it was described
> in documentation-
...

Reply via email to