]> git.argeo.org Git - gpl/argeo-slc.git/blob - dist/slc/src/main/rpm/etc/slc/config.ini
RPM build
[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.framework.security=osgi
22 java.security.policy=file:../../all.policy
23
24 org.osgi.service.http.port=7070
25 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
26
27 log4j.configuration=file:../../log4j.properties
28 org.eclipse.rap.workbenchAutostart=false
29
30 slc.executionModules=org.argeo.slc.demo.ant,\
31 org.argeo.slc.demo.basic,\
32 org.argeo.slc.demo.minimal,\
33
34 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
35
36 # override ports to run the demo as a server
37 argeo.server.port.http=7080
38 #argeo.server.port.https=9073
39
40 # OSGi MANAGEMENT
41 osgi.console=7082
42
43 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
44 osgi.bundles=org.argeo.osgi.boot.jar@start
45 argeo.osgi.bundles=\
46 /etc/slc/modules;in=*,\
47 /usr/share/osgi;in=*.jar,\
48
49 org.eclipse.equinox.http.jetty.autostart=false
50 eclipse.ignoreApp=true
51 osgi.noShutdown=true
52 org.eclipse.rap.workbenchAutostart=false