# 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: my.properties,v 1.3 2008-04-24 12:51:07 buesching Exp $ # # 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 # ------------------------------------------------------------------- # # F R A M E W O R K S E T T I N G S # # ------------------------------------------------------------------- # ------------------------------------------------------------------- # # S E R V I C E S # # ------------------------------------------------------------------- services.ResourceService.classname = org.apache.jetspeed.services.resources.JetspeedResourceService # ------------------------------------------------------------------- # # M O D U L E P A C K A G E S # # ------------------------------------------------------------------- module.packages=org.apache.jetspeed.modules, org.deegree.tibesti.mis.portal # ------------------------------------------------------------------- # # V E L O C I T Y S E R V I C E # # ------------------------------------------------------------------- services.VelocityService.file.resource.loader.path = /WEB-INF/tibesti/templates/vm,/WEB-INF/templates/vm services.VelocityService.default.layout.template = /tibesti.vm # ------------------------------------------------------------------- # # J S P S E R V I C E # # ------------------------------------------------------------------- services.JspService.templates =/WEB-INF/tibesti/templates/jsp,/WEB-INF/templates/jsp # ------------------------------------------------------------------- # # U P L O A D S E R V I C E # # ------------------------------------------------------------------- services.UploadService.size.max=100048576 services.UploadService.repository=WEB-INF/tmp # ------------------------------------------------------------------- # # L O C A L I Z A T I O N S E R V I C E # # ------------------------------------------------------------------- locale.default.bundles=org.apache.jetspeed.modules.localization.JetspeedLocalization,org.deegree.tibesti.mis.i18n.Resources locale.default.language=nl locale.default.country=NL # ################################################################### # # 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 : # # ################################################################### ########################################## # Security Browser Config # ########################################## groupbrowser.clientsidesort=true rolebrowser.clientsidesort=true userbrowser.clientsidesort=true ######################################### # Stylesheet. # ######################################### site.stylesheet=tibesti/css/xborder.css ######################################### # Portal Service # ######################################### services.PortalToolkit.default.skin=xborder ######################################### # Profiler Service # ######################################### # overwrite mechanism does not work - setting a empty property does not overwrite the original #services.Profiler.newuser.media_types=html # overwrite mechanism does not work - setting a empty property does not overwrite the original## services.Profiler.newuser.template= ## by default config true #services.Profiler.rolefallback=false ## by default config true services.Profiler.fallback.language=true ## Use not Jetspeed default, it causes IE to break because of missing country code directories, e.g. in psml/user/anon/de/DE/html/default.psml services.Profiler.fallback.country=false ######################################### # Template Locator Service # ######################################### services.TemplateLocator.templateRoot=/WEB-INF/templates,/WEB-INF/tibesti/templates services.TemplateLocator.hot.deploy = true ######################################### # Registry Service # ######################################### ######################################### # Portlet Usage Service # ######################################### services.PortletStats.enabled = true ######################################### # Customization # ######################################### ######################################### # New User Registration mail support # ######################################### mail.support=${tibesti.mail.support} ######################################### # Navigation Bar customization # ######################################### topnav.vm=tibesti_top.vm topnav.logo.file=tibesti/images/logo-deegree.png topnav.user_creation.enable=false topnav.my_pages.enable=false leftnav.enable=false bottomnav.enable=false ######################################### # JetspeedLogFactory Service # ######################################### log4j.properties=WEB-INF/classes/log4j.properties # ################################################################### # # 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.role.default = anon #services.JetspeedSecurity.system.roles = anon #services.JetspeedSecurity.role.default = planning #services.JetspeedSecurity.system.roles = planning # This is a list-based property that cannot be overwritten; has been changed in original JSSecurity.properties file #services.JetspeedSecurity.newuser.roles=user # ------------------------------------------------------------------- # # 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