config.properties revision d591ab7a9428501f88bdb3456151ab9018c646e9
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# Licensed to the Apache Software Foundation (ASF) under one
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# or more contributor license agreements. See the NOTICE file
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# distributed with this work for additional information
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# regarding copyright ownership. The ASF licenses this file
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# to you under the Apache License, Version 2.0 (the
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# "License"); you may not use this file except in compliance
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# with the License. You may obtain a copy of the License at
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# Unless required by applicable law or agreed to in writing,
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# software distributed under the License is distributed on an
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# KIND, either express or implied. See the License for the
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# specific language governing permissions and limitations
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# under the License.
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# Framework config properties.
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# To override the packages the framework exports by default from the
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# class path, set this variable.
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# To append packages to the default set of exported system packages,
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# set this value.
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# The following property makes specified packages from the class path
472fe4a278425b4f71b099929c89e988dc965be1Dav Glass# available to all bundles. You should avoid using this property.
# If this value is not absolute, then the felix.cache.rootdir controls
#org.osgi.framework.storage.clean=onFirstInit
# framework.service.urlhandlers - specifies whether or not to activate the URL Handlers
# which results in the URL.setURLStreamHandlerFactory() and
# URLConnection.setContentHandlerFactory() being called.
felix.auto.deploy.action=install,start
#felix.auto.deploy.dir=bundle
# felix.log.level - specifies an integer String whose value indicates the degree of
# (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).
# We log osgi entries via a log listener, and hence default the internal logging service logging to off
#felix.service.urlhandlers=false
#felix.shutdown.hook=false
# Delegate the web server connector configuration to jetty.xml instead
# Disable the file configuration uncomment these options and enable the bootstrap in the system.properties.