# # 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=8080 -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