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# 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# Framework config properties.
1008N/A# To override the packages the framework exports by default from the
1008N/A# class path, set this variable.
1008N/A# To append packages to the default set of exported system packages,
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/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# 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# how the absolute location is calculated. (See next property)
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# 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# service for the framework instance; the default value is "true",
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# 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# 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# that the framework uses as its default logger.
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/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/A# Sets the initial start level of the framework upon startup.
1008N/A# Sets the start level of newly installed bundles.
1008N/A# Felix installs a stream and content handler factories by default,
1008N/A# uncomment the following line to not install them.
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# configures the Web Console to use SSL
1008N/A#Pax Web supports SSL (https) via Jetty built in SSL support
1008N/A#To enable SSL support you must set the following properties:
1008N/A#To change the port. Default is 8443.
1008N/A#To the path to the keystore to be used. If not set the default path ${
user.home}/.keystore is used.
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#To the password used for keystore. This can protect passwords from casual observation.
1008N/A#This property specifies, if certificate-based client authentication at the server is "wanted".
1008N/A#This property specifies, if certificate-based client authentication at the server is "required".