bloritsch    00/12/12 06:49:04

  Modified:    webapp/WEB-INF Tag: xml-cocoon2 web.xml
  Log:
  Update to web.xml so that IBM WebSphere newbies have all the settings they
  need.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +11 -2     xml-cocoon/webapp/WEB-INF/Attic/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/WEB-INF/Attic/web.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- web.xml   2000/12/07 14:43:33     1.1.2.5
  +++ web.xml   2000/12/12 14:49:03     1.1.2.6
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<!-- 
  +<!--
        This is the web-app configurations that allow Cocoon to work under
        Apache Tomcat. Please, follow the installation section of the
  -     documentation for more information about installing Cocoon on Tomcat 
  +     documentation for more information about installing Cocoon on Tomcat
   -->
   
   <!DOCTYPE web-app
  @@ -34,6 +34,15 @@
      <param-name>log-level</param-name>
      <param-value>DEBUG</param-value>
     </init-param>
  +  <!-- Only uncomment this if you need it!  Otherwise Cocoon will
  +       not start because it can't load a class!
  +
  +       For IBM WebSphere:
  +    <init-param>
  +      <param-name>force-load</param-name>
  +      <param-value>com.ibm.servlet.classloader.Handler</param-value>
  +    </init-param>
  +  -->
    </servlet>
    <servlet-mapping>
     <servlet-name>Cocoon2</servlet-name>
  
  
  

Reply via email to