]> git.argeo.org Git - lgpl/argeo-commons.git/blob - argeo_node_rap.properties
818fc76bf3f39a60cba5f162512c9e8e4ad19df6
[lgpl/argeo-commons.git] / argeo_node_rap.properties
1 argeo.osgi.start.2.node=\
2 org.argeo.cms
3
4 argeo.osgi.start.3.http=\
5 org.eclipse.equinox.http.servlet,\
6 org.eclipse.equinox.http.jetty
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 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 # HTTP
30 org.osgi.service.http.port=7070
31 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
32
33 # HTTPS
34 #org.osgi.service.http.port.secure=7073
35 #org.eclipse.equinox.http.jetty.https.enabled=true
36 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
37 #org.eclipse.equinox.http.jetty.ssl.password=changeit
38 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
39
40 # In order to configure demo certificates, run:
41 # cd ssl; sh ./ssl.sh;
42
43 # i18n
44 argeo.i18n.availableLocales=en,fr,de
45 eclipse.registry.MultiLanguage=true
46
47 # Logging
48 log4j.configuration=file:../../log4j.properties
49
50 # Tuning
51 # Number of DB connections
52 #argeo.node.repo.maxPoolSize=10
53 # Max amount of memory available to Jackrabbit caches
54 #argeo.node.repo.maxCacheMB=16
55 # Persistence level cache
56 #argeo.node.repo.bundleCacheMB=8
57 # Search, see http://wiki.apache.org/jackrabbit/Search
58 #argeo.node.repo.extractorPoolSize=0
59 #argeo.node.repo.searchCacheSize=1000
60 #argeo.node.repo.maxVolatileIndexSize=1048576
61
62 # DON'T CHANGE BELOW
63 org.eclipse.rap.workbenchAutostart=false