Author: markt Date: Thu Jun 2 13:10:01 2011 New Revision: 1130533 URL: http://svn.apache.org/viewvc?rev=1130533&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Clarify docs for unpackWAR attribute of StandardContext
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1130533&r1=1130532&r2=1130533&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Jun 2 13:10:01 2011 @@ -128,6 +128,10 @@ <bug>51229</bug>: Fix bugs in the Servlet 3.0 asynchronous examples. Patch provided by Eiji Takahashi. (markt) </fix> + <fix> + <bug>51294</bug>: Clarify behaviour of unpackWAR attribute of + StandardContext components. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1130533&r1=1130532&r2=1130533&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/context.xml (original) +++ tomcat/trunk/webapps/docs/config/context.xml Thu Jun 2 13:10:01 2011 @@ -665,9 +665,14 @@ </attribute> <attribute name="unpackWAR" required="false"> - <p>If true, Tomcat will unpack all compressed web applications before - running them. - If not specified, the default value is <code>true</code>.</p> + <p>If <code>false</code>, the <strong>unpackWARs</strong> attribute of + the owning <a href="host.html">Host</a> will be overridden and the WAR + file will not be unpacked. If <code>true</code>, the value of the owning + <a href="host.html">Host</a>'s <strong>unpackWARs</strong> + attribute will determine if the WAR is unpacked. If not specified, the + default value is <code>true</code>. Note that WAR files located outside + of a <a href="host.html">Host</a>'s <strong>appBase</strong> are + never unpacked.</p> </attribute> <attribute name="useNaming" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org