You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/09/26 20:10:28 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config host.xml

remm        01/09/26 11:10:28

  Modified:    webapps/tomcat-docs/config host.xml
  Log:
  - Update docs on the new property for StandardHost.
  
  Revision  Changes    Path
  1.4       +11 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml
  
  Index: host.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- host.xml	2001/09/26 02:29:21	1.3
  +++ host.xml	2001/09/26 18:10:28	1.4
  @@ -107,6 +107,17 @@
           debugging detail level is zero (0).</p>
         </attribute>
   
  +      <attribute name="errorReportValveClass" required="false">
  +        <p>Java class name of the error reporting valve which will be used
  +        by this Host. The responsability of this valve is to output error
  +        reports. Setting this property allows to customize the look of the
  +        error pages which will be generated by Tomcat. This class must 
  +        implement the 
  +        <code>org.apache.catalina.Valve</code> interface. If none is specified,
  +        the value <code>org.apache.catalina.valves.ErrorReportValve</code> 
  +        will be used by default.</p>
  +      </attribute>
  +
         <attribute name="unpackWARs" required="false">
           <p>Set to <code>true</code> if you want web applications that are
           deployed into this virtual host from a Web Application Archive (WAR)