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