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