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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]