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