geirm       2004/01/29 04:13:58

  Modified:    examples/forumdemo/WEB-INF web.xml
  Log:
  added patch as suggested by Yoav Shapira on the mail list
  
  Revision  Changes    Path
  1.3       +7 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml   19 May 2001 17:25:29 -0000      1.2
  +++ web.xml   29 Jan 2004 12:13:58 -0000      1.3
  @@ -11,5 +11,11 @@
           <param-name>properties</param-name>
           <param-value>/WEB-INF/conf/velocity.properties</param-value>
         </init-param>
  -    </servlet> 
  +    </servlet>
  +
  +    <servlet-mapping>
  +      <servlet-name>forum</servlet-name>
  +      <url-pattern>>/servlet/forum</url-pattern>
  +    </servlet-mapping>
  +    
   </web-app>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to