]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/argeo-node/rpm/etc/node/config.ini
Improve node deployment
[lgpl/argeo-commons.git] / dist / argeo-node / rpm / etc / node / config.ini
1 argeo.node.repo.type=h2
2 org.osgi.service.http.port=8080
3 osgi.console=2323
4
5 # Backend
6 #argeo.osgi.start.5.apps=org.argeo.suite.apps
7
8 # UI
9 #argeo.osgi.start.6.apps=org.argeo.suite.apps.web,org.argeo.suite.workbench.rap
10
11 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
12 osgi.clean=true
13 osgi.bundles=org.argeo.osgi.boot.jar@start
14 argeo.osgi.bundles=\
15 /usr/local/share/osgi;in=**/*.jar,\
16 /usr/share/osgi;in=**/*.jar
17
18 argeo.osgi.start.2.node=\
19 org.eclipse.equinox.http.servlet,\
20 org.eclipse.equinox.http.jetty,\
21 org.eclipse.equinox.metatype,\
22 org.eclipse.equinox.cm,\
23 org.eclipse.rap.rwt.osgi
24
25 argeo.osgi.start.3.node=\
26 org.argeo.cms
27
28 argeo.osgi.start.4.node=\
29 org.eclipse.gemini.blueprint.extender,\
30 org.eclipse.equinox.http.registry
31
32 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
33 com.sun.jndi.ldap.sasl,\
34 com.sun.security.jgss,\
35 com.sun.jndi.dns,\
36 com.sun.nio.file,\
37 com.sun.nio.sctp
38
39 eclipse.ignoreApp=true
40 osgi.noShutdown=true
41 org.eclipse.equinox.http.jetty.autostart=false
42 org.eclipse.rap.workbenchAutostart=false