> From: Kristian Rink [mailto:[EMAIL PROTECTED] 
> Subject: deployment / war unpacking and Context definition?
> 
> <Context path="/jdbclink" reloadable="true">
> ...
>           <Resource name="jdbc/SQLDB" auth="Container" ... />
> ...
> </Context>

Where is the above <Context> declaration?  If it's anywhere other than
in server.xml (where it shouldn't be), the path attribute must not be
present.

> removing the webapps/jdbclink/ folder while the container is 
> running doesn't make tomcat unpack / redeploy the .war file.

Deleting arbitrary files out from under a running process is just asking
for trouble.  What happens if you redeploy using an appropriate
mechanism, such as Tomcat's manager app or Ant scripts?

 - 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