Hi All, I have tomcat 3.3a running and am using that to deploy my web applications.
The procedure I am following to deploy a webapp is by placing <filename>.war file in the webapps directory under tomcat_home. When I start the tomcat, the war file is getting expanded into web-app directory structure. Now when I make changes to my application, I recreate the war file and place it in webapps directory. Now if I restart tomcat, ideally, it should expand this war file .. right? But it is not happening. I have to delete the existing web-app directory structure so that when tomcat is re-started it expands the new war file. Is there any property in the tomcat config files that I need to set, to make tomcat expand the war file whenever it finds new one in the webapps directory? Any help is appreciated. Thanks, Satish -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
