Initial opendaylight infrastructure commit!!
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
1 osgi.bundles=\
2         reference\:file\:../lib/org.apache.felix.fileinstall-3.1.6.jar@1:start,\
3         reference\:file\:../lib/org.eclipse.jdt.core.compiler.batch-3.8.0.I20120518-2145.jar@1:start,\
4         reference\:file\:../lib/org.eclipse.equinox.ds-1.4.0.v20120522-1841.jar@2:start,\
5         reference\:file\:../lib/org.eclipse.equinox.util-1.0.400.v20120522-2049.jar@2:start,\
6         reference\:file\:../lib/org.eclipse.osgi.services-3.3.100.v20120522-1822@2:start,\
7         reference\:file\:../lib/org.eclipse.equinox.console-1.0.0.v20120522-1841.jar@start,\
8         reference\:file\:../lib/slf4j-api-1.7.2.jar@1:start,\
9         reference\:file\:../lib/logback-classic-1.0.9.jar@1:start,\
10         reference\:file\:../lib/logback-core-1.0.9.jar@1:start,\
11         reference\:file\:../lib/logging.bridge-0.4.0-SNAPSHOT@1:start
12
13 # Set Default start level for framework
14 osgi.bundles.defaultStartLevel=4
15 # Extra packages to import from the boot class loader
16 org.osgi.framework.system.packages.extra=sun.reflect,sun.reflect.misc,sun.misc
17 # This is not Eclipse App
18 eclipse.ignoreApp=true
19 # Don't shutdown equinox if the eclipse App has ended, 
20 # which is our case because we are not running any eclipse application
21 osgi.noShutdown=true
22 # Clean any cached data on restart of the framework
23 osgi.clean=true
24 # Extend the framework to avoid the resources to be presented with
25 # a URL of type bundleresource: but to be presented as file:
26 osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator
27 # Directory from where the fileinstall will monitor for new bundles
28 felix.fileinstall.dir=./plugins
29 # Immediately learn new bundles at startup
30 felix.fileinstall.noInitialDelay=true
31 # Auto start the bundles at level 4
32 felix.fileinstall.start.level=4
33 # Avoid to auto-install following bundles, that means those need 
34 # to be started manually or in other way like osgi.bundles
35 felix.fileinstall.filter=^(?!org.apache.felix.fileinstall).*
36
37 # logback configuration
38 logback.configurationFile=configuration/logback.xml
39
40 # Embedded Tomcat configuration File
41 org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml