]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_rap.properties
c7f0d77e16899a8f2d080b85e79f0deba06e7485
[lgpl/argeo-commons.git] / demo / 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.locales=en,fr
45 eclipse.registry.MultiLanguage=true
46 #argeo.i18n.defaultLocale=en
47
48 # Logging
49 log4j.configuration=file:../../log4j.properties
50
51 # Tuning
52 # Number of DB connections
53 #argeo.node.repo.maxPoolSize=10
54 # Max amount of memory available to Jackrabbit caches
55 #argeo.node.repo.maxCacheMB=16
56 # Persistence level cache
57 #argeo.node.repo.bundleCacheMB=8
58 # Search, see http://wiki.apache.org/jackrabbit/Search
59 #argeo.node.repo.extractorPoolSize=0
60 #argeo.node.repo.searchCacheSize=1000
61 #argeo.node.repo.maxVolatileIndexSize=1048576
62
63 # DON'T CHANGE BELOW
64 org.eclipse.rap.workbenchAutostart=false