geirm       01/05/19 10:23:58

  Modified:    examples/forumdemo/WEB-INF/conf velocity.properties
  Log:
  Changing forumdemo to have these values relative to the webapp root
  (rather than 'where I started the servlet runner from'), and will
  follow with change to ControllerServlet.  I think this is why
  some people were getting confused...
  
  Revision  Changes    Path
  1.4       +10 -1     
jakarta-velocity/examples/forumdemo/WEB-INF/conf/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/examples/forumdemo/WEB-INF/conf/velocity.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- velocity.properties       2001/03/15 03:17:16     1.3
  +++ velocity.properties       2001/05/19 17:23:57     1.4
  @@ -1 +1,10 @@
  -file.resource.loader.path = ./webapps/forumdemo/template
  +
  +#
  +#  the following are specified relative to the
  +#  root of the webapp because the 
  +#  ControllerServlet will setup these
  +#  properties with the right real path
  +#  prepended
  +#
  +file.resource.loader.path = /template
  +runtime.log = /forumdemo_velocity.log
  \ No newline at end of file
  
  
  

Reply via email to