]> git.argeo.org Git - lgpl/argeo-commons.git/blob - argeo_node_rap.properties
b6ced43854d25f98a3ed9a2705a2f3add72566bd
[lgpl/argeo-commons.git] / 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.useradmin.uri=ldap://localhost:10389/
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
33 eclipse.registry.MultiLanguage=true
34
35 # Logging
36 log4j.configuration=file:../../log4j.properties
37
38 # Tuning
39 # Number of DB connections
40 #argeo.node.repo.maxPoolSize=10
41 # Max amount of memory available to Jackrabbit caches
42 #argeo.node.repo.maxCacheMB=16
43 # Persistence level cache
44 #argeo.node.repo.bundleCacheMB=8
45 # Search, see http://wiki.apache.org/jackrabbit/Search
46 #argeo.node.repo.extractorPoolSize=0
47 #argeo.node.repo.searchCacheSize=1000
48 #argeo.node.repo.maxVolatileIndexSize=1048576
49
50 # DON'T CHANGE BELOW
51 org.eclipse.rap.workbenchAutostart=false