]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/slc_demo_rap.properties
Adapt to changes in Argeo Commons
[gpl/argeo-slc.git] / demo / 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.node.jackrabbit,\
18 org.argeo.slc.agent,\
19 org.argeo.slc.agent.jcr,\
20 org.argeo.slc.server.repo,\
21
22 argeo.node.repo.type=localfs
23
24 org.osgi.framework.security=osgi
25 java.security.policy=file:../../all.policy
26
27 org.osgi.service.http.port=7070
28 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
29
30 log4j.configuration=file:../../log4j.properties
31 org.eclipse.rap.workbenchAutostart=false
32
33 slc.executionModules=org.argeo.slc.demo.ant,\
34 org.argeo.slc.demo.basic,\
35 org.argeo.slc.demo.minimal,\
36
37 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
38
39 #argeo.server.tomcat.config=conf/default-server-ssl.xml
40
41 # override ports to run the demo as a server
42 argeo.server.port.http=7070
43 #argeo.server.port.https=9073
44
45 # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
46 eclipse.ignoreApp=true
47 osgi.noShutdown=true
48 org.eclipse.equinox.http.jetty.autostart=false
49 org.eclipse.rap.workbenchAutostart=false
50
51 # Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
52 org.apache.jackrabbit.core.statementcache=false