geirm       01/05/19 10:25:30

  Modified:    examples/forumdemo/WEB-INF web.xml
  Log:
  Made the param-value absolute re webapproot rather than relative
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/examples/forumdemo/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/forumdemo/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml   2000/11/03 02:40:55     1.1
  +++ web.xml   2001/05/19 17:25:29     1.2
  @@ -9,7 +9,7 @@
        <servlet-class>org.apache.velocity.demo.ControllerServlet</servlet-class>
         <init-param>
           <param-name>properties</param-name>
  -        <param-value>WEB-INF/conf/velocity.properties</param-value>
  +        <param-value>/WEB-INF/conf/velocity.properties</param-value>
         </init-param>
       </servlet> 
   </web-app>
  
  
  

Reply via email to