]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_rap.properties
Register JCR repositories with the repository factory
[lgpl/argeo-commons.git] / demo / argeo_node_rap.properties
1 argeo.osgi.start.2.http=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty
4
5 argeo.osgi.start.3.node=\
6 org.argeo.cms
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.node.repo.maxCacheMB=128
16
17 # HTTP
18 org.osgi.service.http.port=7070
19 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
20
21 # HTTPS
22 org.osgi.service.http.port.secure=7073
23 org.eclipse.equinox.http.jetty.https.enabled=true
24 org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
25 org.eclipse.equinox.http.jetty.ssl.password=changeit
26 org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
27
28 # In order to configure demo certificates, run:
29 # cd ssl; sh ./ssl.sh;
30
31 # i18n
32 argeo.i18n.availableLocales=en,fr,de,ru,ar
33 eclipse.registry.MultiLanguage=true
34
35 log4j.configuration=file:../../log4j.properties
36 org.eclipse.rap.workbenchAutostart=false