config.properties revision ac1a83c7d1a718dfe67b08aa0462c0b0029722c0
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Licensed to the Apache Software Foundation (ASF) under one
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# or more contributor license agreements. See the NOTICE file
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# distributed with this work for additional information
7d169212b4e9e9b2400b0bd14ef7fe785af8597fTinderbox User# regarding copyright ownership. The ASF licenses this file
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# to you under the Apache License, Version 2.0 (the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# "License"); you may not use this file except in compliance
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# with the License. You may obtain a copy of the License at
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# http://www.apache.org/licenses/LICENSE-2.0
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Unless required by applicable law or agreed to in writing,
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews# software distributed under the License is distributed on an
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# KIND, either express or implied. See the License for the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# specific language governing permissions and limitations
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# under the License.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Framework config properties.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# To override the packages the framework exports by default from the
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# class path, set this variable.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# To append packages to the default set of exported system packages,
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# set this value.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinorg.osgi.framework.system.packages.extra=sun.misc
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# The following property makes specified packages from the class path
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# available to all bundles. You should avoid using this property.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinorg.osgi.framework.bootdelegation=sun.*,com.sun.*,apple.*,com.apple.*
704e6c8876907aac0bf7380effca8bca400d4acdMark Andrews# Felix tries to guess when to implicitly boot delegate in certain
704e6c8876907aac0bf7380effca8bca400d4acdMark Andrews# situations to ease integration without outside code. This feature
704e6c8876907aac0bf7380effca8bca400d4acdMark Andrews# is enabled by default, uncomment the following line to disable it.
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# The following property explicitly specifies the location of the bundle
26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06Mark Andrews# cache, which defaults to "felix-cache" in the current working directory.
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews# If this value is not absolute, then the felix.cache.rootdir controls
7b8b5e34b6daf793373580dfb095f56af5e918ceAutomatic Updater# how the absolute location is calculated. (See next property)
d60212e03fbef1d3dd7f7eb05c0545cc373cb9fcAutomatic Updater#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
0e27506ce3135f9bd49e12564ad0e15256135118Automatic Updater# The following property is used to convert a relative bundle cache
5c6b95ba1b2e35f8dd6b0a7f25aacba91fff3aa2Tinderbox User# location into an absolute one by specifying the root to prepend to
1124950b35ae05a12e804e670607fe5ba775cb4aTinderbox User# the relative cache path. The default for this property is the
724df78acd95dc0f313bc2b80a099f7ecd48b620Tinderbox User# current working directory.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# The following property controls whether the bundle cache is flushed
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the first time the framework is initialized. Possible values are
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# "none" and "onFirstInit"; the default is "none".
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# framework.service.urlhandlers - specifies whether or not to activate the URL Handlers
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# service for the framework instance; the default value is "true",
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# which results in the URL.setURLStreamHandlerFactory() and
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# URLConnection.setContentHandlerFactory() being called.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# felix.log.level - specifies an integer String whose value indicates the degree of
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# logging reported by the framework; the default value is "1" and "0" turns off logging completely,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# otherwise log levels match those specified in the OSGi Log Service
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# We log osgi entries via a log listener, and hence default the internal logging service logging to off
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Sets the initial start level of the framework upon startup.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Sets the start level of newly installed bundles.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Felix installs a stream and content handler factories by default,
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# uncomment the following line to not install them.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# The launcher registers a shutdown hook to cleanly stop the framework
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# by default, uncomment the following line to disable it.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Bundle config properties.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinobr.repository.url=http://felix.apache.org/obr/releases.xml
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Configures the web embedded Web server via the following file
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinorg.ops4j.pax.web.config.file=&{launcher.project.location}/conf/jetty.xml
30eec077db2bdcb6f2a0dc388a3cdde2ede75ec1Mark Andrews# Delegate the web server connector configuration to jetty.xml instead
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Disable the file configuration uncomment these options and enable the bootstrap in the system.properties.