blob: 9b22a39d7f54593891f50315913be451859d02bc [file] [log] [blame]
# Copyright 1999-2005 The Apache Software Foundation
#
# Licensed 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.
# ------------------------------------------------------------------------
# Knopflerfish OSGI initialization file
# Properties used by both init.xargs and restart.xargs
# ------------------------------------------------------------------------
# The Service Platform ID should be used by bundles needing to
# a unique ID for the platform itself
-Dorg.osgi.provisioning.spid=knopflerfish
# Initial startup verbosity, 0 is low verbosity
-Dorg.knopflerfish.verbosity=0
# URL to bundle repository
-Doscar.repository.url=http://www.knopflerfish.org/repo/repository.xml
# Various debug flags
-Dorg.knopflerfish.framework.debug.packages=false
-Dorg.knopflerfish.framework.debug.errors=true
-Dorg.knopflerfish.framework.debug.classloader=false
-Dorg.knopflerfish.framework.debug.startlevel=false
-Dorg.knopflerfish.framework.debug.ldap=false
# Comma-separated list of packges exported by system classloader
-Dorg.osgi.framework.system.packages=
# Flag for publicly exporting the bundle: special URL handler, might be a security risk
-Dorg.knopflerfish.osgi.registerbundleurlhandler=true
# Web server properties
-Dorg.knopflerfish.http.dnslookup=false
-Dorg.osgi.service.http.port=8888
-Dorg.knopflerfish.startlevel.use=true
# Log service properties
-Dorg.knopflerfish.log.out=false
-Dorg.knopflerfish.log.level=info
-Dorg.knopflerfish.log.grabio=true
-Dorg.knopflerfish.log.file=true
#consoletelnet properties
-Dorg.knopflerfish.consoletelnet.user=admin
-Dorg.knopflerfish.consoletelnet.pwd=admin
-Dorg.knopflerfish.consoletelnet.port=23
# cocoon properties
# Lazy mode doesn't work yet
-Dorg.apache.cocoon.core.LazyMode=false