You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/02 04:53:33 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF web.xml

vgritsenko    02/03/01 19:53:32

  Modified:    src/webapp/WEB-INF web.xml
  Log:
  map *.html to Cocoon
  
  Revision  Changes    Path
  1.6       +8 -0      xml-cocoon2/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- web.xml	27 Feb 2002 20:21:23 -0000	1.5
  +++ web.xml	2 Mar 2002 03:53:32 -0000	1.6
  @@ -239,4 +239,12 @@
       <servlet-name>Cocoon2</servlet-name>
       <url-pattern>*.jsp</url-pattern>
     </servlet-mapping>
  +  <!--
  +    Some servlet engines (WebLogic) have defaults which are not overriden
  +    by '/' mapping, but must be overriden explicitly.
  +  -->
  +  <servlet-mapping>
  +    <servlet-name>Cocoon2</servlet-name>
  +    <url-pattern>*.html</url-pattern>
  +  </servlet-mapping>
   </web-app>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org