# System Properties

# Location of default cache configuration file
com.openexchange.caching.configfile:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/cache.ccf

# Enabled/disable service usage inspection. If enabled, all services
# obtained and managed by ServiceHolder class will be tracked to ensure
# all services are put back (via unget) within a certain amount of time.
# The time range can be defined through property 'serviceUsageTimeout'.
serviceUsageInspection=false

# The service usage timeout in milliseconds. This property only has
# effect if property 'serviceUsageInspection' is set to 'true'.
serviceUsageTimeout=10000

# Location of the MIME type file
MimeTypeFile=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/mime.types

# Name of the class implementing the UserConfigurationStorage.
# Currently known aliases: Caching, DB
UserConfigurationStorage=Caching

# Switch for enabling caching in the groupware. Normally this should be set to
# true or the database will get a lot more load.
Cache=true

# Location of the calendar.properties configuration file. This file configures
# the calendar subsystem.
Calendar=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/calendar.properties

# Location of the infostore.properties configuration file. This file configures
# the infostore subsystem.
Infostore=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/infostore.properties

# Location of the attachment.properties configuration file. This file configures
# the attachment subsystem.
Attachment=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/attachment.properties

# Location of the notification.properties configuration file. This file 
# configures certain assumptions about sending notifications
Notification=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/notification.properties

# Directory in which all property files for servlet mapping are kept
ServletMappingDir=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/servletmappings

CONFIGPATH:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware
AJPPROPERTIES:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/ajp.properties
IMPORTEREXPORTER:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/importerExporter.xml
LDAPPROPERTIES:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/ldap.properties
EVENTPROPERTIES:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/event.properties
PUSHPROPERTIES:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/push.properties

UPDATETASKSCFG=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/updatetasks.cfg

CalendarSQL=com.openexchange.groupware.calendar.CalendarMySQL

# Location of the HTMLEntities.properties configuration file. This file
# contains the most HTML entities and maps them to their character value
HTMLEntities=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/HTMLEntities.properties

# Location of the configuration file for mail caches
MailCacheConfig:/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/mailcache.ccf

# Location of tidy messages configuration file
TidyMessages=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/TidyMessages.properties

# Location of tidy configuration file
TidyConfiguration=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/TidyConfiguration.properties

# Location of white list for both HTML tags/attributes and CSS key-value-pairs
Whitelist=/home/marcus/eclipse/bastel/head/open-xchange/etc/groupware/whitelist.properties

# Server name registered by registerserver in the configuration database
# can be read with listservers
SERVER_NAME=local
