]> git.argeo.org Git - gpl/argeo-slc.git/blob - slc_demo_rap.properties
6ec2db8e389d427532f758069ca21c73f0e3896b
[gpl/argeo-slc.git] / slc_demo_rap.properties
1 argeo.osgi.start.2.http=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty,\
4 org.eclipse.equinox.cm,\
5 org.eclipse.rap.rwt.osgi
6
7 argeo.osgi.start.3.node=\
8 org.argeo.cms
9
10 argeo.osgi.start.4.apps=\
11 org.eclipse.gemini.blueprint.extender
12
13 argeo.osgi.start.4.workbench=\
14 org.eclipse.equinox.http.registry,\
15
16 argeo.osgi.start.5.slc=\
17 org.argeo.slc.agent,\
18 org.argeo.slc.agent.jcr,\
19 org.argeo.slc.server.repo,\
20
21 argeo.node.repo.type=localfs
22
23 org.osgi.framework.security=osgi
24 java.security.policy=file:../../all.policy
25
26 org.osgi.service.http.port=7070
27 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
28
29 log4j.configuration=file:../../log4j.properties
30 org.eclipse.rap.workbenchAutostart=false
31
32 slc.executionModules=org.argeo.slc.demo.ant,\
33 org.argeo.slc.demo.basic,\
34 org.argeo.slc.demo.minimal,\
35
36 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
37
38 argeo.node.useradmin.uris="ipa:/// dc=example,dc=com.ldif"
39
40 # override ports to run the demo as a server
41 argeo.server.port.http=7070
42 #argeo.server.port.https=9073
43
44 # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
45 eclipse.ignoreApp=true
46 osgi.noShutdown=true
47 org.eclipse.equinox.http.jetty.autostart=false
48 org.eclipse.rap.workbenchAutostart=false
49
50 # Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
51 org.apache.jackrabbit.core.statementcache=false