Bug 12183 - Setting unpack WARs flag not recognized after using Admintool
Summary: Setting unpack WARs flag not recognized after using Admintool
Status: RESOLVED WORKSFORME
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Webapps:Administration (show other bugs)
Version: 4.1.9
Hardware: Sun Solaris
: P3 major with 1 vote (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-29 23:05 UTC by Stephanie Bodoff
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.