> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: Where does it find them ?
>
> Now, when you both say "cleanup", you mean "delete", like in
> "rm", right ?

Removing the stuff in the work directory is just cleanup - it's not the cause 
of the attempted deployment you noticed.  It's just junk (e.g., compiled JSPs) 
from the webapps you've removed, so there's no need to retain it.

You do need to remove the conf/Catalina/[host]/[appName].xml files, because the 
mere existence of those is what tells Tomcat to deploy the associated webapps.

> These apps did not come in a war, so what if I wanted to
> re-install them later ?

You can copy them back into webapps, or you can create a 
conf/Catalina/[host]/[appName].xml file for each, containing a <Context> 
element with a docBase attribute that points to where you moved them to.

Most of the webapps supplied with Tomcat do not have any <Context> elements 
associated with them, but you should examine the ones you're deleting to see if 
they have anything unusual in them (if in doubt, save them and ask).

 - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to