config.properties revision 855e1eb781508f3e8406ddcc6d257e2261ec61c6
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews# Licensed to the Apache Software Foundation (ASF) under one
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews# or more contributor license agreements. See the NOTICE file
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews# distributed with this work for additional information
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews# regarding copyright ownership. The ASF licenses this file
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews# to you under the Apache License, Version 2.0 (the
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews# "License"); you may not use this file except in compliance
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews# with the License. You may obtain a copy of the License at
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews# Unless required by applicable law or agreed to in writing,
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews# software distributed under the License is distributed on an
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews# KIND, either express or implied. See the License for the
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews# specific language governing permissions and limitations
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews# under the License.
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews# Framework config properties.
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews# To override the packages the framework exports by default from the
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews# class path, set this variable.
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews# To append packages to the default set of exported system packages,
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews# set this value.
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrewsorg.osgi.framework.system.packages.extra=sun.misc
2bef3713093349af52ba61eaab07adf3207da873Mark Andrews# The following property makes specified packages from the class path
2bef3713093349af52ba61eaab07adf3207da873Mark Andrews# available to all bundles. You should avoid using this property.
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrewsorg.osgi.framework.bootdelegation=sun.*,com.sun.*,apple.*,com.apple.*,javax.net.ssl
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews# Felix tries to guess when to implicitly boot delegate in certain
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews# situations to ease integration without outside code. This feature
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews# is enabled by default, uncomment the following line to disable it.
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews# The following property explicitly specifies the location of the bundle
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews# cache, which defaults to "felix-cache" in the current working directory.
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews# If this value is not absolute, then the felix.cache.rootdir controls
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews# how the absolute location is calculated. (See buildNext property)
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews# The following property is used to convert a relative bundle cache
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews# location into an absolute one by specifying the root to prepend to
d4d68515d23668cfe804ab2a174a7e427decedd8Mark Andrews# the relative cache path. The default for this property is the
d4d68515d23668cfe804ab2a174a7e427decedd8Mark Andrews# current working directory.
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews# The following property controls whether the bundle cache is flushed
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews# the first time the framework is initialized. Possible values are
e7fb847ed570dd8c1bcdacabb3d69bd81feb79aeMark Andrews# "none" and "onFirstInit"; the default is "none".
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews# framework.service.urlhandlers - specifies whether or not to activate the URL Handlers
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews# service for the framework newBuilder; the default value is "true",
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews# which results in the URL.setURLStreamHandlerFactory() and
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews# URLConnection.setContentHandlerFactory() being called.
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews# felix.log.level - specifies an integer String whose value indicates the degree of
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews# logging reported by the framework; the default value is "1" and "0" turns off logging completely,
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews# otherwise log levels match those specified in the OSGi Log Service
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews# (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews# We log osgi entries via a log listener, and hence default the internal logging service logging to off
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews# Sets the initial start level of the framework upon startup.
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews# Sets the start level of newly installed bundles.
3d247992c4a500caa7703edaee68612e545af602Mark Andrews# Felix installs a stream and content handler factories by default,
3d247992c4a500caa7703edaee68612e545af602Mark Andrews# uncomment the following line to not install them.
3d247992c4a500caa7703edaee68612e545af602Mark Andrews# The launcher registers a shutdown hook to cleanly stop the framework
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews# by default, uncomment the following line to disable it.
cd5f6549b33bf2481538b77934d69313f452ff4bMark Andrews# Bundle config properties.
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrewsobr.repository.url=http://felix.apache.org/obr/releases.xml
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews# Configures the web embedded Web server via the following file
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrewsorg.ops4j.pax.web.config.file=&{launcher.project.location}/conf/jetty.xml
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews# Enable pax web http/https services to enable jetty
092f7679306989293bbe755f31ade0a5f456b370Mark Andrews# https://issues.apache.org/jira/browse/FELIX-2526
437404e8313481329baa5897eeda8c45bf748553Mark Andrews# Disable the file configuration uncomment these options and enable the bootstrap in the system.properties.