# ------------------------------------------------------------------- # $Id$ # # This file contains site specific properties. These properties # are basically overrides of properties found in TurbineResources, # JetspeedResources, JetspeedSecurity and Torque.properties. # # # Note that strings containing "," (comma) characters must backslash # escape the comma (i.e. '\,') # # ------------------------------------------------------------------- # ################################################################### # # T u r b i n e R e s o u r c e s . p r o p e r t i e s : # # ################################################################### # ------------------------------------------------------------------- # # L O G S # # ------------------------------------------------------------------- # # To override the turbine logging settings, you will need to set the 'logging' init # parameter in web.xml to 'org.apache.jetspeed.services.logging.JetspeedLoggingService' # # services.LoggingService.facilities = debug,logforj,access # services.LoggingService.default = debug # ------------------------------------------------------------------- # # S E R V I C E S # # ------------------------------------------------------------------- services.ResourceService.classname = org.apache.jetspeed.services.resources.JetspeedResourceService # ################################################################### # # J e t s p e e d R e s o u r c e s . p r o p e r t i e s : # # ################################################################### ######################################### # Registry Service # ######################################### services.Registry.refreshRate = 60 ######################################### # Portlet Usage Service # ######################################### services.PortletStats.enabled = true ######################################### # Customization # ######################################### customizer.preview.enable = true ######################################### # New User Registration mail support # ######################################### automatic.logon.enable = true # ################################################################### # # J e t s p e e d S e c u r i t y . p r o p e r t i e s : # # ################################################################### services.JetspeedSecurity.password.expiration.period = 90 # ------------------------------------------------------------------- # # A D D I T I O N A L P R O P E R T I E S # # ------------------------------------------------------------------- # The full path name to an additional properties file. Properties in # this file will be included in this property set. Duplicate name # values will be replaced, so be careful. # # Default: none # ------------------------------------------------------------------- include = TurbineResources.properties