bloritsch    01/07/19 11:33:45

  Modified:    webapp/WEB-INF Tag: cocoon_20_branch web.xml
  Log:
  Documented initial param in CocoonServlet
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.5 +12 -1     xml-cocoon2/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/WEB-INF/web.xml,v
  retrieving revision 1.1.1.1.2.4
  retrieving revision 1.1.1.1.2.5
  diff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5
  --- web.xml   2001/07/18 10:44:39     1.1.1.1.2.4
  +++ web.xml   2001/07/19 18:33:44     1.1.1.1.2.5
  @@ -38,6 +38,17 @@
       </init-param>
   
       <!--
  +      This parameter tells cocoon to load all the required libraries into
  +      it's own classloader instead of trusting the Servlet Vendor's
  +      classloader.  If you experience strange classloader issues,
  +      try setting this parameter to "true".
  +    -->
  +    <init-param>
  +      <param-name>init-classloader</param-name>
  +      <param-value>false</param-value>
  +    </init-param>
  +
  +    <!--
         This parameter indicates the log level to use throughout the system
   
         Available levels are:
  @@ -163,4 +174,4 @@
       <servlet-name>Cocoon2</servlet-name>
       <url-pattern>/</url-pattern>
     </servlet-mapping>
  -</web-app>
  \ No newline at end of file
  +</web-app>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to