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