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