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