config.properties revision 05f13ed2ff2e563d13ae838cc5c7fb3fe66791cf
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# Licensed to the Apache Software Foundation (ASF) under one
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# or more contributor license agreements. See the NOTICE file
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# distributed with this work for additional information
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# regarding copyright ownership. The ASF licenses this file
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# to you under the Apache License, Version 2.0 (the
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# "License"); you may not use this file except in compliance
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# with the License. You may obtain a copy of the License at
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor#
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# http://www.apache.org/licenses/LICENSE-2.0
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc#
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# Unless required by applicable law or agreed to in writing,
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# software distributed under the License is distributed on an
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
2e545ce2450a9953665f701bb05350f0d3f26275nd# KIND, either express or implied. See the License for the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# specific language governing permissions and limitations
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# under the License.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor#
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# Framework config properties.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# To override the packages the framework exports by default from the
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# class path, set this variable.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#org.osgi.framework.system.packages=
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# To append packages to the default set of exported system packages,
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# set this value.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# org.osgi.framework.system.packages.extra
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# The following property makes specified packages from the class path
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# available to all bundles. You should avoid using this property.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzororg.osgi.framework.bootdelegation=sun.*,com.sun.*,apple.*,com.apple.*
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# Felix tries to guess when to implicitly boot delegate in certain
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# situations to ease integration without outside code. This feature
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# is enabled by default, uncomment the following line to disable it.
35ac4e1a6ec5aa3cfa1a34d8f20fe8a841cc46b7rbowen#felix.bootdelegation.implicit=false
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property explicitly specifies the location of the bundle
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# cache, which defaults to "felix-cache" in the current working directory.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# If this value is not absolute, then the felix.cache.rootdir controls
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# how the absolute location is calculated. (See next property)
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property is used to convert a relative bundle cache
f9442c8a9869d3525a1ae6ed3e85c65d408e8a70sf# location into an absolute one by specifying the root to prepend to
f9442c8a9869d3525a1ae6ed3e85c65d408e8a70sf# the relative cache path. The default for this property is the
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# current working directory.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor#felix.cache.rootdir=${user.dir}
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property controls whether the bundle cache is flushed
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# the first time the framework is initialized. Possible values are
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# "none" and "onFirstInit"; the default is "none".
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor#org.osgi.framework.storage.clean=onFirstInit
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# framework.service.urlhandlers - specifies whether or not to activate the URL Handlers
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# service for the framework instance; the default value is "true",
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# which results in the URL.setURLStreamHandlerFactory() and
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# URLConnection.setContentHandlerFactory() being called.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property determines which actions are performed when
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# processing the auto-deploy directory. It is a comma-delimited list of
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# the following values: 'install', 'start', 'update', and 'uninstall'.
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen# An undefined or blank value is equivalent to disabling auto-deploy
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# processing.
205f749042ed530040a4f0080dbcb47ceae8a374rjungfelix.auto.deploy.action=install,start
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen
0d0ba3a410038e179b695446bb149cce6264e0abnd# The following property specifies the directory to use as the bundle
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd# auto-deploy directory; the default is 'bundle' in the working directory.
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd#felix.auto.deploy.dir=bundle
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property is a space-delimited list of bundle URLs
# to install when the framework starts. The ending numerical component
# is the target start level. Any number of these properties may be
# specified for different start levels.
#felix.auto.install.1=
# Explicitly install fragments to ensure they attach properly
felix.auto.install.1 = \
file:bundle/init/openidm-security-jetty-2.0.0.jar \
file:bundle/init/openidm-jaas-loginmodule-repo-2.0.0.jar \
file:bundle/init/openidm-jetty-fragment-2.0.0.jar
# felix.log.logger - specifies an instance of org.apache.felix.framework.util.Logger
# that the framework uses as its default logger.
# The following property is a space-delimited list of bundle URLs
# to install and start when the framework starts. The ending numerical
# component is the target start level. Any number of these properties
# may be specified for different start levels.
felix.auto.start.1 = \
file:bundle/init/openidm-config-2.0.0.jar \
file:bundle/init/openidm-crypto-2.0.0.jar
felix.auto.start.2 = \
file:bundle/init/openidm-repo-jdbc-2.0.0.jar \
file:bundle/init/openidm-repo-orientdb-2.0.0.jar
felix.auto.start.3 = \
file:bundle/init/org.apache.felix.configadmin-1.2.8.jar \
file:bundle/init/org.apache.felix.fileinstall-3.1.10.jar
felix.auto.start.11 = \
file:bundle/init/pax-web-jetty-bundle-1.1.1.jar
felix.auto.start.12 = \
file:bundle/init/pax-web-extender-whiteboard-1.1.1.jar \
file:bundle/init/openidm-scheduler-2.0.0.jar
# felix.log.level - specifies an integer String whose value indicates the degree of
# logging reported by the framework; the default value is "1" and "0" turns off logging completely,
# otherwise log levels match those specified in the OSGi Log Service
# (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
# We log osgi entries via a log listener, and hence default the internal logging service logging to off
felix.log.level=0
# Sets the initial start level of the framework upon startup.
org.osgi.framework.startlevel.beginning=12
# Sets the start level of newly installed bundles.
felix.startlevel.bundle=10
# Felix installs a stream and content handler factories by default,
# uncomment the following line to not install them.
#felix.service.urlhandlers=false
# The launcher registers a shutdown hook to cleanly stop the framework
# by default, uncomment the following line to disable it.
#felix.shutdown.hook=false
#
# Bundle config properties.
#
obr.repository.url=http://felix.apache.org/obr/releases.xml
# Configures the web embedded Web server via the following file
org.ops4j.pax.web.config.file=conf/jetty.xml
# Delegate the web server connector configuration to jetty.xml instead
org.osgi.service.http.enabled=false
org.osgi.service.http.secure.enabled=false
# Disable the file configuration uncomment these options and enable the bootstrap in the system.properties.
#felix.fileinstall.disableConfigSave=false