Knowledge Base - FAQ
Question: Tomcat fails to reDeploy an updated .WARSome people have had issues with Tomcat when hot/live reDeploying updated .WAR files. Tomcat will attempt to remove the deployed directory and fail due to some locked jar files. If you find this to be the case in the file: conf/context.xml change <context> ... </context> to <context antiJARLocking="true"> ... </context>
Last Modified: Jun 07, 2007




