# Copyright 2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ------------------------------------------------------------------- # $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