]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_rap.properties
Prepare Argeo Commons 2.1.30 release
[lgpl/argeo-commons.git] / demo / argeo_node_rap.properties
1 argeo.osgi.start.2.node=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty,\
4 org.eclipse.rap.rwt.osgi
5
6 argeo.osgi.start.3.node=\
7 org.argeo.cms
8
9 argeo.osgi.start.4.apps=\
10 org.eclipse.gemini.blueprint.extender
11
12 argeo.osgi.start.4.workbench=\
13 org.eclipse.equinox.http.registry,\
14
15 org.osgi.framework.security=osgi
16 java.security.policy=file:../../all.policy
17
18 #argeo.node.useradmin.uris=ldap://uid=admin,ou=system:secret@localhost:10389\
19 #/dc=example,dc=com?userBase=ou=users&groupBase=ou=groups
20
21 #argeo.node.useradmin.uris="\
22 #ldap://uid=admin,ou=system:secret\
23 #@localhost:10389\
24 #/dc=example,dc=com\
25 #?readOnly=false\
26 #&userObjectClass=inetOrgPerson \
27 #dc=example,dc=org.ldif"
28
29 argeo.node.useradmin.uris="dc=example,dc=com.ldif dc=example,dc=org.ldif"
30
31 # HTTP
32 org.osgi.service.http.port=7070
33 #org.eclipse.equinox.http.jetty.log.stderr.threshold=info
34
35 # HTTPS
36 org.osgi.service.http.port.secure=7073
37 #org.eclipse.equinox.http.jetty.https.enabled=true
38 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
39 #org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12
40 #org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12
41 #org.eclipse.equinox.http.jetty.ssl.password=changeit
42 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
43
44 # In order to configure demo certificates, run:
45 # cd ssl; sh ./ssl.sh;
46
47 # i18n
48 argeo.i18n.locales=en,fr,ru
49 eclipse.registry.MultiLanguage=true
50 #argeo.i18n.defaultLocale=en
51
52 # Logging
53 log4j.configuration=file:../../log4j.properties
54
55 # Tuning
56 # Number of DB connections
57 #argeo.node.repo.maxPoolSize=10
58 # Max amount of memory available to Jackrabbit caches
59 #argeo.node.repo.maxCacheMB=16
60 # Persistence level cache
61 #argeo.node.repo.bundleCacheMB=8
62 # Search, see http://wiki.apache.org/jackrabbit/Search
63 #argeo.node.repo.extractorPoolSize=0
64 #argeo.node.repo.searchCacheSize=1000
65 #argeo.node.repo.maxVolatileIndexSize=1048576
66
67 # DON'T CHANGE BELOW
68 org.eclipse.rap.workbenchAutostart=false
69 org.eclipse.equinox.http.jetty.autostart=false