You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/01/27 01:21:39 UTC

cvs commit: jakarta-tomcat-4.0/catalina/docs/config host.html

craigmcc    01/01/26 16:21:39

  Modified:    catalina/docs/config host.html
  Log:
  Add documentation of the "unpackWARs" attribute of the <Host> element.
  
  Revision  Changes    Path
  1.3       +11 -0     jakarta-tomcat-4.0/catalina/docs/config/host.html
  
  Index: host.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/config/host.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- host.html	2001/01/14 04:17:05	1.2
  +++ host.html	2001/01/27 00:21:38	1.3
  @@ -115,6 +115,17 @@
       </td>
     </tr>
   
  +  <tr>
  +    <td><code>unpackWARs</code></td>
  +    <td>
  +      Set to <code>true</code> if you want web applications that are deployed
  +      from a Web Application Archive (WAR) file to be unpacked into a disk
  +      directory structure (as was done in Tomcat 3.x), or <code>false</code>
  +      to run the application directly from the WAR file.  If not specified,
  +      the default value is <code>true</code> for backwards compatibility.
  +    </td>
  +  </tr>
  +
   </table>
   
   <br>