blob: 18584ba627c2b5c1993e4d50f1bc34960a705642 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
# log4j2 may loads automatically if found on classpath, cf. https://logging.apache.org/log4j/2.x
log4j2.file = log4j2.xml
#log4j2.file = none
# or resolve relatively e.g.
#log4j2.file = ../../conf/log4j2.xml
pipeline.default.descriptor = conf/turbine-classic-pipeline.xml
module.cache=false
action.cache.size = 20
layout.cache.size = 10
navigation.cache.size = 10
page.cache.size = 5
screen.cache.size = 50
scheduledjob.cache.size = 10
module.packages=org.apache.turbine.modules, org.apache.turbine.services.template.modules
# Choose between the two available implementations of an Avalon container - ECM or YAAFI
# services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
services.RunDataService.classname=org.apache.turbine.services.rundata.TurbineRunDataService
services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService
services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService
services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService
services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
services.AssemblerBrokerService.screen = org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
services.AssemblerBrokerService.action = org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
services.AssemblerBrokerService.layout = org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
services.AssemblerBrokerService.page = org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
services.AssemblerBrokerService.navigation = org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
services.AssemblerBrokerService.scheduledjob = org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
services.TemplateService.layout.cache.size=2
services.TemplateService.navigation.cache.size=10
services.TemplateService.screen.cache.size=50
services.PullService.earlyInit= true
services.VelocityService.earlyInit = true
services.VelocityService.template.extension = vm
services.VelocityService.default.page = VelocityPage
services.VelocityService.default.screen = VelocityScreen
services.VelocityService.default.layout = VelocityOnlyLayout
services.VelocityService.default.navigation = VelocityNavigation
services.VelocityService.default.layout.template = Default.vm
services.VelocityService.resource.loader = file
services.VelocityService.file.resource.loader.description = Velocity File Resource Loader
services.VelocityService.file.resource.loader.class = org.apache.velocity.runtime.resource.loader.FileResourceLoader
services.VelocityService.file.resource.loader.path = src/templates/test
services.VelocityService.file.resource.loader.cache = false
services.VelocityService.file.resource.loader.modificationCheckInterval = 2
services.VelocityService.test1.resource.loader.path = relative/path
services.VelocityService.test2.resource.loader.path = /absolute/path
services.VelocityService.test3.resource.loader.path = jar:file://jar-file.jar!/
services.VelocityService.test4.resource.loader.path = jar:file://jar-file.jar!/with/some/extensions
services.VelocityService.test5.resource.loader.path = jar:file://jar-file.jar
services.VelocityService.test6.resource.loader.path = jar:http://jar.on.website/
services.VelocityService.test7.resource.loader.path = file://file/system/reference/
services.VelocityService.test8.resource.loader.path = http://reference.on.website/
services.AvalonComponentService.componentConfiguration = conf/test/fulcrumComponentConfiguration.xml
services.AvalonComponentService.componentRoles = conf/test/fulcrumRoleConfiguration.xml
services.AvalonComponentService.earlyInit = true