]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_rap.properties
Clean up code
[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 # HTTP
16 org.osgi.service.http.port=7070
17 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
18
19 # HTTPS
20 #org.osgi.service.http.port.secure=7073
21 #org.eclipse.equinox.http.jetty.https.enabled=true
22 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
23 #org.eclipse.equinox.http.jetty.ssl.password=changeit
24 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
25
26 # In order to configure demo certificates, run:
27 # cd ssl; sh ./ssl.sh;
28
29 # i18n
30 argeo.i18n.availableLocales=en,fr,de
31 eclipse.registry.MultiLanguage=true
32
33 # Logging
34 log4j.configuration=file:../../log4j.properties
35
36 # Tuning
37 # Number of DB connections
38 #argeo.node.repo.maxPoolSize=10
39 # Max amount of memory available to Jackrabbit caches
40 #argeo.node.repo.maxCacheMB=16
41 # Persistence level cache
42 #argeo.node.repo.bundleCacheMB=8
43 # Search, see http://wiki.apache.org/jackrabbit/Search
44 #argeo.node.repo.extractorPoolSize=0
45 #argeo.node.repo.searchCacheSize=1000
46 #argeo.node.repo.maxVolatileIndexSize=1048576
47
48 # DON'T CHANGE BELOW
49 org.eclipse.rap.workbenchAutostart=false