################################################################################ # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # Framework config properties. # # To override the packages the framework exports by default from the # class path, set this variable. #org.osgi.framework.system.packages= # Felix tries to guess when to implicitly boot delegate in certain # situations to ease integration without outside code. This feature # is enabled by default, uncomment the following line to disable it. #felix.bootdelegation.implicit=false # The following property explicitly specifies the location of the bundle # cache, which defaults to "felix-cache" in the current working directory. # If this value is not absolute, then the felix.cache.rootdir controls # how the absolute location is calculated. (See next property) org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache # The following property is used to convert a relative bundle cache # location into an absolute one by specifying the root to prepend to # the relative cache path. The default for this property is the # current working directory. # # This setting is specified in the platform-specific files # win32.properties or unix.properties. # # Don not specify this setting here. # #felix.cache.rootdir=/var/lib/felix-framework # The following property determines which actions are performed when # processing the auto-deploy directory. It is a comma-delimited list of # the following values: 'install', 'start', 'update', and 'uninstall'. # An undefined or blank value is equivalent to disabling auto-deploy # processing. osgi.auto.deploy.action=install,start,uninstall # The following property specifies the directory to use as the bundle # auto-deploy directory; the default is 'bundle' in the working directory. osgi.auto.deploy.dir=${osgi.runner.installPath}/bundle1,${osgi.runner.installPath}/bundle2,${osgi.runner.installPath}/bundle3,${osgi.runner.installPath}/bundle4,${osgi.runner.installPath}/bundle5 # The following property specifies the start level of the # bundles in the first auto-deploy directory above; # bundels in the seconds, third, ... directory will have # an start level increased by one for each directory. osgi.auto.deploy.startlevel=1 # The following property is a space-delimited list of bundle URLs # to install when the framework starts. The ending numerical component # is the target start level. Any number of these properties may be # specified for different start levels. #osgi.auto.install.1= # The following property is a space-delimited list of bundle URLs # to install and start when the framework starts. The ending numerical # component is the target start level. Any number of these properties # may be specified for different start levels. #osgi.auto.start.1= felix.log.level=1 # Sets the start level of newly installed bundles. felix.startlevel.bundle=100 # # Bundle config properties. # org.osgi.service.http.port=8081