You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cristina Manzano García-Muñoz <cm...@gmail.com> on 2008/09/09 17:52:44 UTC

undo undeploying in Tomcat?

hi,

is it possible to undo the undeploying of applications in Tomcat? I mean, is
the application still stored somewhere in the server after undeploying it?

thanks.

RE: undo undeploying in Tomcat?

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Cristina Manzano García-Muñoz [mailto:cmanzanogarcia@gmail.com]
> Subject: undo undeploying in Tomcat?
>
> is the application still stored somewhere in the server after
> undeploying it?

Depends on how the webapp was deployed.  If it was placed under the <Host> appBase directory, it will be deleted during undeployment (assuming Tomcat has permission to do so).  If it's outside of the appBase, only the conf/Catalina/[host]/[appName].xml file will be removed.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org