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# 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.
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# Framework config properties.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# To override the packages the framework exports by default from the
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# class path, set this variable.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# To append packages to the default set of exported system packages,
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# set this value.
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# 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.
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# 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# 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# 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# 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.
0d0ba3a410038e179b695446bb149cce6264e0abnd# The following property specifies the directory to use as the bundle
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd# auto-deploy directory; the default is 'bundle' in the working directory.
293aa6caecb1db771e9baa2f79c92f1c381caee4gryzor# The following property is a space-delimited list of bundle URLs
# felix.log.level - specifies an integer String whose value indicates the degree of
# (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.service.urlhandlers=false
#felix.shutdown.hook=false
# Delegate the web server connector configuration to jetty.xml instead
# Disable the file configuration uncomment these options and enable the bootstrap in the system.properties.