]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/slc_demo_rap.properties
Simplify and improve various configurations
[gpl/argeo-slc.git] / demo / slc_demo_rap.properties
1 argeo.osgi.start.2.node=\
2 org.argeo.cms,\
3
4 argeo.osgi.start.3.http=\
5 org.eclipse.equinox.http.servlet,\
6 org.eclipse.equinox.http.jetty
7
8 argeo.osgi.start.4.apps=\
9 org.eclipse.rap.rwt.osgi,\
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
22 org.osgi.service.http.port=7070
23 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
24
25 log4j.configuration=file:../../log4j.properties
26 org.eclipse.rap.workbenchAutostart=false
27
28 slc.executionModules=org.argeo.slc.demo.ant,\
29 org.argeo.slc.demo.basic,\
30 org.argeo.slc.demo.minimal,\
31
32 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
33
34 #argeo.server.tomcat.config=conf/default-server-ssl.xml
35
36 # override ports to run the demo as a server
37 argeo.server.port.http=7070
38 #argeo.server.port.https=9073
39
40 # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
41 eclipse.ignoreApp=true
42 osgi.noShutdown=true
43
44 # Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
45 org.apache.jackrabbit.core.statementcache=false