config.properties revision 9c8c2c05a3d08f94d29b4a42b8a0506a4e97e4fa
6ae232055d4d8a97267517c5e50074c2c819941and# Licensed to the Apache Software Foundation (ASF) under one
6ae232055d4d8a97267517c5e50074c2c819941and# 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
6ae232055d4d8a97267517c5e50074c2c819941and# "License"); you may not use this file except in compliance
6ae232055d4d8a97267517c5e50074c2c819941and# with the License. You may obtain a copy of the License at
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# http://www.apache.org/licenses/LICENSE-2.0
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc#
6ae232055d4d8a97267517c5e50074c2c819941and# Unless required by applicable law or agreed to in writing,
6ae232055d4d8a97267517c5e50074c2c819941and# 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.
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# Framework config properties.
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd
6ae232055d4d8a97267517c5e50074c2c819941and# To override the packages the framework exports by default from the
6ae232055d4d8a97267517c5e50074c2c819941and# class path, set this variable.
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.framework.system.packages=
b43f840409794ed298e8634f6284741f193b6c4ftakashi
6ae232055d4d8a97267517c5e50074c2c819941and# To append packages to the default set of exported system packages,
6ae232055d4d8a97267517c5e50074c2c819941and# set this value.
6ae232055d4d8a97267517c5e50074c2c819941and# org.osgi.framework.system.packages.extra
b43f840409794ed298e8634f6284741f193b6c4ftakashi
6ae232055d4d8a97267517c5e50074c2c819941and# The following property makes specified packages from the class path
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# available to all bundles. You should avoid using this property.
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjungorg.osgi.framework.bootdelegation=sun.*,com.sun.*,apple.*,com.apple.*
6ae232055d4d8a97267517c5e50074c2c819941and
b43f840409794ed298e8634f6284741f193b6c4ftakashi# Felix tries to guess when to implicitly boot delegate in certain
b43f840409794ed298e8634f6284741f193b6c4ftakashi# situations to ease integration without outside code. This feature
b43f840409794ed298e8634f6284741f193b6c4ftakashi# is enabled by default, uncomment the following line to disable it.
b43f840409794ed298e8634f6284741f193b6c4ftakashi#felix.bootdelegation.implicit=false
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property explicitly specifies the location of the bundle
6ae232055d4d8a97267517c5e50074c2c819941and# cache, which defaults to "felix-cache" in the current working directory.
6ae232055d4d8a97267517c5e50074c2c819941and# If this value is not absolute, then the felix.cache.rootdir controls
6ae232055d4d8a97267517c5e50074c2c819941and# how the absolute location is calculated. (See next property)
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property is used to convert a relative bundle cache
6ae232055d4d8a97267517c5e50074c2c819941and# location into an absolute one by specifying the root to prepend to
6ae232055d4d8a97267517c5e50074c2c819941and# the relative cache path. The default for this property is the
6ae232055d4d8a97267517c5e50074c2c819941and# current working directory.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.cache.rootdir=${user.dir}
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property controls whether the bundle cache is flushed
6ae232055d4d8a97267517c5e50074c2c819941and# the first time the framework is initialized. Possible values are
6ae232055d4d8a97267517c5e50074c2c819941and# "none" and "onFirstInit"; the default is "none".
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.framework.storage.clean=onFirstInit
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# framework.service.urlhandlers - specifies whether or not to activate the URL Handlers
6ae232055d4d8a97267517c5e50074c2c819941and# service for the framework instance; the default value is "true",
6ae232055d4d8a97267517c5e50074c2c819941and# which results in the URL.setURLStreamHandlerFactory() and
6ae232055d4d8a97267517c5e50074c2c819941and# URLConnection.setContentHandlerFactory() being called.
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar# The following property determines which actions are performed when
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar# processing the auto-deploy directory. It is a comma-delimited list of
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar# the following values: 'install', 'start', 'update', and 'uninstall'.
6ae232055d4d8a97267517c5e50074c2c819941and# An undefined or blank value is equivalent to disabling auto-deploy
6ae232055d4d8a97267517c5e50074c2c819941and# processing.
6ae232055d4d8a97267517c5e50074c2c819941andfelix.auto.deploy.action=install,start
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property specifies the directory to use as the bundle
6ae232055d4d8a97267517c5e50074c2c819941and# auto-deploy directory; the default is 'bundle' in the working directory.
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar#felix.auto.deploy.dir=bundle
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property is a space-delimited list of bundle URLs
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh# to install when the framework starts. The ending numerical component
6ae232055d4d8a97267517c5e50074c2c819941and# is the target start level. Any number of these properties may be
6ae232055d4d8a97267517c5e50074c2c819941and# specified for different start levels.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.auto.install.1=
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# felix.log.logger - specifies an instance of org.apache.felix.framework.util.Logger
6ae232055d4d8a97267517c5e50074c2c819941and# that the framework uses as its default logger.
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The following property is a space-delimited list of bundle URLs
6ae232055d4d8a97267517c5e50074c2c819941and# to install and start when the framework starts. The ending numerical
6ae232055d4d8a97267517c5e50074c2c819941and# component is the target start level. Any number of these properties
6ae232055d4d8a97267517c5e50074c2c819941and# may be specified for different start levels.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.auto.start.1=
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# felix.log.level - specifies an integer String whose value indicates the degree of
6ae232055d4d8a97267517c5e50074c2c819941and# logging reported by the framework; the default value is "1" and "0" turns off logging completely,
6ae232055d4d8a97267517c5e50074c2c819941and# otherwise log levels match those specified in the OSGi Log Service
6ae232055d4d8a97267517c5e50074c2c819941and# (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
6ae232055d4d8a97267517c5e50074c2c819941andfelix.log.level=1
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# Sets the initial start level of the framework upon startup.
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.framework.startlevel.beginning=1
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# Sets the start level of newly installed bundles.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.startlevel.bundle=1
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# Felix installs a stream and content handler factories by default,
6ae232055d4d8a97267517c5e50074c2c819941and# uncomment the following line to not install them.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.service.urlhandlers=false
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# The launcher registers a shutdown hook to cleanly stop the framework
6ae232055d4d8a97267517c5e50074c2c819941and# by default, uncomment the following line to disable it.
6ae232055d4d8a97267517c5e50074c2c819941and#felix.shutdown.hook=false
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and# Bundle config properties.
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# Allow dynamic system configuration via .cfg files
6ae232055d4d8a97267517c5e50074c2c819941and#felix.fileinstall.dir=./conf
6ae232055d4d8a97267517c5e50074c2c819941and#felix.fileinstall.filter=.*\\.cfg|repo.*\\.json
6ae232055d4d8a97267517c5e50074c2c819941and#felix.fileinstall.bundles.new.start=false
6ae232055d4d8a97267517c5e50074c2c819941and#felix.fileinstall.log.level=4
6ae232055d4d8a97267517c5e50074c2c819941and#felix.fileinstall.debug=1
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andobr.repository.url=http://felix.apache.org/obr/releases.xml
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and# configures the Web Console to use SSL
6ae232055d4d8a97267517c5e50074c2c819941and#
6ae232055d4d8a97267517c5e50074c2c819941andorg.ops4j.pax.web.config.file=conf/jetty.xml
6ae232055d4d8a97267517c5e50074c2c819941and#Pax Web supports SSL (https) via Jetty built in SSL support
6ae232055d4d8a97267517c5e50074c2c819941and# @SeeAlso: https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-api/src/main/java/org/ops4j/pax/web/service/WebContainerConstants.java
6ae232055d4d8a97267517c5e50074c2c819941and#To enable SSL support you must set the following properties:
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.service.http.secure.enabled=false
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#To change the port. Default is 8443.
6ae232055d4d8a97267517c5e50074c2c819941and#org.osgi.service.http.port.secure=8181
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#To the path to the keystore to be used. If not set the default path ${user.home}/.keystore is used.
6ae232055d4d8a97267517c5e50074c2c819941and#org.ops4j.pax.web.ssl.keystore=samples/keystore.jceks
6ae232055d4d8a97267517c5e50074c2c819941and#org.ops4j.pax.web.ssl.keystore.type=JCEKS
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#To the password used for keystore integrity check.
6ae232055d4d8a97267517c5e50074c2c819941and#The value can be in plain text or obfuscated ( starting with OBF: ) as described in step 4 of jetty docummentation
aee1f193a276866212922ae5072e3014db28582frpluem#org.ops4j.pax.web.ssl.password=changeit
aee1f193a276866212922ae5072e3014db28582frpluem
aee1f193a276866212922ae5072e3014db28582frpluem#To the password used for keystore. This can protect passwords from casual observation.
aee1f193a276866212922ae5072e3014db28582frpluem#Passwords can be obfuscated by running org.mortbay.jetty.security.Password as a main class.
aee1f193a276866212922ae5072e3014db28582frpluem#org.ops4j.pax.web.ssl.keypassword=changeit
aee1f193a276866212922ae5072e3014db28582frpluem
aee1f193a276866212922ae5072e3014db28582frpluem#org.osgi.service.http.enabled=true
aee1f193a276866212922ae5072e3014db28582frpluem#org.osgi.service.http.port=8080
6ae232055d4d8a97267517c5e50074c2c819941and
aee1f193a276866212922ae5072e3014db28582frpluem#This property specifies, if certificate-based client authentication at the server is "wanted".
6ae232055d4d8a97267517c5e50074c2c819941and#org.ops4j.pax.web.ssl.clientauthwanted=true
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and#This property specifies, if certificate-based client authentication at the server is "required".
6ae232055d4d8a97267517c5e50074c2c819941and#org.ops4j.pax.web.ssl.clientauthneeded=true
6ae232055d4d8a97267517c5e50074c2c819941and