You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/02/15 23:24:42 UTC

cvs commit: jakarta-servletapi-5/jsr152/examples/WEB-INF web.xml

remm        2003/02/15 14:24:42

  Modified:    jsr152/examples/WEB-INF web.xml
  Log:
  - Add a tag to be able to insert the JSPs for precompilation.
  
  Revision  Changes    Path
  1.8       +2 -0      jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	29 Jan 2003 00:54:22 -0000	1.7
  +++ web.xml	15 Feb 2003 22:24:42 -0000	1.8
  @@ -108,6 +108,8 @@
           </servlet-class>
       </servlet>
   
  +    <!--GENERATED_JSPS--> 
  +
       <servlet-mapping>
           <servlet-name>
               CompressionFilterTestServlet
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org