]> git.argeo.org Git - gpl/argeo-slc.git/blob - dist/slc/src/main/rpm/etc/slc/config.ini
Add LDAP boot delegation
[gpl/argeo-slc.git] / dist / slc / src / main / rpm / etc / slc / config.ini
1 argeo.osgi.start.2.http=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty,\
4 org.eclipse.rap.rwt.osgi
5
6 argeo.osgi.start.3.node=\
7 org.argeo.cms
8
9 argeo.osgi.start.4.apps=\
10 org.eclipse.gemini.blueprint.extender
11
12 argeo.osgi.start.4.workbench=\
13 org.eclipse.equinox.http.registry,\
14
15 argeo.osgi.start.5.slc=\
16 org.argeo.slc.node.jackrabbit,\
17 org.argeo.slc.agent,\
18 org.argeo.slc.agent.jcr,\
19 org.argeo.slc.server.repo,\
20
21 org.osgi.service.http.port=7080
22 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
23
24 slc.executionModules=org.argeo.slc.demo.ant,\
25 org.argeo.slc.demo.basic,\
26 org.argeo.slc.demo.minimal,\
27
28 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
29
30 # OSGi MANAGEMENT
31 osgi.console=7082
32
33 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
34 osgi.bundles=org.argeo.osgi.boot.jar@start
35 argeo.osgi.bundles=\
36 /etc/slc/modules;in=*,\
37 /usr/share/osgi;in=*.jar,\
38
39 org.osgi.framework.bootdelegation=com.sun.jndi.ldap
40 org.eclipse.equinox.http.jetty.autostart=false
41 org.eclipse.rap.workbenchAutostart=false