Bug 12183

Summary: Setting unpack WARs flag not recognized after using Admintool
Product: Tomcat 4 Reporter: Stephanie Bodoff <stephanie.bodoff>
Component: Webapps:AdministrationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WORKSFORME    
Severity: major    
Priority: P3    
Version: 4.1.9   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   

Description Stephanie Bodoff 2002-08-29 23:05:25 UTC
If I set the Unpack WARs flag to true using the Administration tool, save, and
commit the file and then restart Tomcat, WARs in the webapps directory are not
unpacked. However, if I modify the original server.xml to set the flag to true
or false, the property is observed.
Comment 1 Patricia Wu 2003-07-29 19:02:53 UTC
Tomcat does not extract war file contents which are mentioned in server.xml.
For example, add "<Context path="/SEA" docBase="SEA" debug="0"/>" in 
server.xml. Even unpackWars is still set to true, SEA.WAR won't be unpacked 
anymore.  
Comment 2 Amy Roh 2004-03-10 17:58:14 UTC
Cannot reproduce.  Can you try with the latest build and reopen if the problem
still exists?  Also, make sure to undeploy all webapps that you're trying to
unpack in the webapps directory - build\work\Standalone\localhost is clear of
all remaining files.