# 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 is the configuration file for Registry Importing. # # Note that strings containing "," (comma) characters must backslash # escape the comma (i.e. '\,') # # ------------------------------------------------------------------- services.ComponentService.name = torque services.ComponentService.torque.classname = org.apache.torque.Torque services.ComponentService.torque.config = /WEB-INF/conf/Torque.properties services.ComponentService.torque.property.webappRoot = ${webappRoot} services.ComponentService.name = fulcrum services.ComponentService.fulcrum.classname = org.apache.fulcrum.Fulcrum services.ComponentService.fulcrum.config = /WEB-INF/conf/Fulcrum.properties # ------------------------------------------------------------------- # # L O G S # # ------------------------------------------------------------------- # This is the configuration for the logging system. In most cases # you don't need to modify anything. However, if you wish to add more # facilities or modify the existing settings, then you can do so. # # destination.file: A path relative to the web app root # ------------------------------------------------------------------- services.LoggingService.facilities=jetspeed services.LoggingService.default=jetspeed services.LoggingService.loggingConfig=org.apache.turbine.services.logging.PropertiesLoggingConfig # A facility for system logging. services.LoggingService.jetspeed.destination.file=/WEB-INF/log/registry-import.log services.LoggingService.jetspeed.className=org.apache.turbine.services.logging.FileLogger services.LoggingService.jetspeed.level=DEBUG log4j.properties=/WEB-INF/conf/log4j.properties # ------------------------------------------------------------------- # # S E R V I C E S # # ------------------------------------------------------------------- # Classes for Turbine Services should be defined here. # Format: services.[name].classname=[implementing class] # # To specify properties of a service use the following syntax: # service.[name].[property]=[value] # # The order that these services is listed is important! The # order that is stated here is the order in which the services # will be initialized. Keep this is mind if you have services # that depend on other services during initialization. # ------------------------------------------------------------------- services.ResourceService.classname=org.apache.jetspeed.services.resources.JetspeedResourceService services.JetspeedLogFactoryService.classname=org.apache.jetspeed.services.logging.JetspeedLogFactoryService services.LoggingService.classname = org.apache.jetspeed.services.logging.JetspeedLoggingService services.FactoryService.classname=org.apache.turbine.services.factory.TurbineFactoryService services.LocalizationService.classname=org.apache.jetspeed.services.customlocalization.JetspeedLocalizationService services.ComponentService.classname=org.apache.turbine.services.component.TurbineComponentService services.RunDataService.classname=org.apache.jetspeed.services.rundata.JetspeedRunDataService services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService # ------------------------------------------------------------------- # # R U N D A T A S E R V I C E # # ------------------------------------------------------------------- # Default implementations of base interfaces for request processing. # Additional configurations can be defined by using other keys # in the place of the key. # ------------------------------------------------------------------- services.RunDataService.default.run.data=org.apache.jetspeed.services.rundata.DefaultJetspeedRunData services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.parser.DefaultJetspeedParameterParser # services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.parser.ValidationParameterParser # services.RunDataService.default.parameter.parser=org.apache.turbine.util.parser.DefaultParameterParser services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser ######################################### # Registry Exporter Service # # Export OUT OF registries # ######################################### services.Registry.classname=org.apache.jetspeed.services.registry.CastorRegistryService services.Registry.directory=/WEB-INF/conf/ services.Registry.mapping=/WEB-INF/conf/registry.xml services.Registry.default.Portlet=local-portlets services.Registry.default.PortletControl=local-managers services.Registry.default.PortletController=local-managers services.Registry.default.MediaType=local-medias services.Registry.default.Skin=local-skins services.Registry.default.Security=local-security services.Registry.default.Client=local-clients services.Registry.extension=.xreg services.Registry.refreshRate=300 ######################################### # Registry Importer Service # # -- Import INTO this Registry # ######################################### services.RegistryImporter.classname=org.apache.jetspeed.services.registry.HybridRegistryService services.RegistryImporter.hybrid = false # during import, replace entries that already exist? services.RegistryImporter.replace.imported.entries = false # List all registries services.RegistryImporter.database.default.Security=DATABASE # services.RegistryImporter.database.default.Portlet=DATABASE