You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/09/10 06:20:53 UTC

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

craigmcc    01/09/09 21:20:53

  Modified:    tester/web/WEB-INF web.xml
  Log:
  Add the ssi servlet to the tester web.xml file, since it is no longer
  enabled by default.
  
  Revision  Changes    Path
  1.49      +6 -0      jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- web.xml	2001/08/22 21:25:16	1.48
  +++ web.xml	2001/09/10 04:20:53	1.49
  @@ -957,6 +957,12 @@
           <url-pattern>/cgi-bin/*</url-pattern>
       </servlet-mapping>
   
  +    <!-- Map SSI Service for this Web App -->
  +    <servlet-mapping>
  +        <servlet-name>ssi</servlet-name>
  +        <url-pattern>*.shtml</url-pattern>
  +    </servlet-mapping>
  +
       <servlet-mapping>
           <servlet-name>Aggregate01</servlet-name>
           <url-pattern>/Aggregate01</url-pattern>