bloritsch    00/12/06 11:27:24

  Modified:    webapp/WEB-INF Tag: xml-cocoon2 web.xml
  Log:
  Updated web.xml to include a default classpath-attribute parameter and 
instructions
  for WebSphere, Resin, or Catalina (defaults to Tomcat).
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +11 -0     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.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- web.xml   2000/08/21 17:48:38     1.1.2.1
  +++ web.xml   2000/12/06 19:27:18     1.1.2.2
  @@ -19,6 +19,17 @@
      <!-- CHANGE PATH BELOW -->
      <param-value>/cocoon.xconf</param-value>
     </init-param>
  +  <init-param>
  +   <param-name>classpath-attribute</param-name>
  +   <!-- This is for Tomcat -->
  +   <param-value>org.apache.tomcat.jsp_classpath<param-value>
  +
  +   <!-- Alternatively you can choose one of these:
  +        Catalina: org.apache.tomcat.jsp_classpath
  +        Resin:    caucho.class.path
  +        IBM:      com.ibm.websphere.servlet.application.classpath
  +   -->
  +  </init-param>
    </servlet>
    <servlet-mapping>
     <servlet-name>Cocoon2</servlet-name>
  
  
  

Reply via email to