taylor      01/07/07 14:12:23

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  - added TemplatorLocatorService
  
  Revision  Changes    Path
  1.37      +9 -4      
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- JetspeedResources.properties      2001/07/03 17:11:43     1.36
  +++ JetspeedResources.properties      2001/07/07 21:12:22     1.37
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton ([EMAIL PROTECTED])
  -# $Id: JetspeedResources.properties,v 1.36 2001/07/03 17:11:43 taylor Exp $
  +# $Id: JetspeedResources.properties,v 1.37 2001/07/07 21:12:22 taylor Exp $
   ################################################################################
   # This is the main file you will need to configuration Jetspeed.  If there are 
   # any secondary files they will be pointed to from this file.
  @@ -344,7 +344,6 @@
   
   # The webapp relative path to the root profiling directory
   services.Profiler.root=/WEB-INF/psml
  -services.Profiler.templateRoot=/WEB-INF/templates
   
   # Profiler-Root relative path to directory used for anonymous access
   # leave blank for directly in the psml root directory
  @@ -362,8 +361,14 @@
   # Use language?
   services.Profiler.language=true
   
  -# Enable?
  -services.Profiler.enable=true
  +#########################################
  +# Template Locator Service              #
  +#########################################
  +# The Template Locator is implemented as a Turbine service.
  
+services.TemplateLocator.classname=org.apache.jetspeed.services.template.JetspeedTemplateLocatorService
  +
  +services.TemplateLocator.templateRoot=/WEB-INF/templates
  +
   
   ##########################################
   # Diskcache configuration                #
  
  
  

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

Reply via email to