]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/argeo-node/rpm/usr/share/node/config.ini
Improve demo initialisation.
[lgpl/argeo-commons.git] / dist / argeo-node / rpm / usr / share / node / config.ini
1 # Only Argeo OSGi Boot is explicitly started
2 osgi.bundles=org.argeo.osgi.boot@start
3
4 # Required standard bundles to start
5 argeo.osgi.start.2.node=\
6 org.eclipse.equinox.http.servlet,\
7 org.eclipse.equinox.http.jetty,\
8 org.eclipse.equinox.metatype,\
9 org.eclipse.equinox.cm,\
10 org.eclipse.equinox.ds,\
11 org.eclipse.rap.rwt.osgi
12
13 # Required CMS bundles to start
14 argeo.osgi.start.3.node=\
15 org.argeo.cms
16
17 # Extension managers
18 argeo.osgi.start.4.node=\
19 org.eclipse.gemini.blueprint.extender,\
20 org.argeo.cms.e4.rap
21
22 # Packages provided by the OpenJDK JVM
23 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
24 com.sun.jndi.ldap.sasl,\
25 com.sun.security.jgss,\
26 com.sun.jndi.dns,\
27 com.sun.nio.file,\
28 com.sun.nio.sctp
29
30 # Security manager
31 java.security.manager=
32 java.security.policy=file:/usr/share/node/all.policy
33
34 # Required properties
35 eclipse.ignoreApp=true
36 osgi.noShutdown=true
37 org.eclipse.equinox.http.jetty.autostart=false
38 org.eclipse.rap.workbenchAutostart=false