Have the servlet container NOT unpack WARs. This is an option in the server.xml file. This is because Tomcat unpacks WARs to a working directory by default, and it is this working directory that must be deleted when installing an updated WAR.
----- Original Message ----- From: "Olivier Chicha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 11:23 AM Subject: Reloading a web application with the Application Manager Hi, Here is the thing I would like to be able to : I would like to be able to change my war file in the webapps directory and then make a query (or multiple queries) to the application manager to deploy my new war file. I have tried many things but it doesn't seems to work unless I remove my previous deployement directory. Is there a way to do it ? thanx Olivier -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
