]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_osgiboot.properties
4f6dd8a0adedd67931d0cf48c3f7ddc24e53fbe0
[lgpl/argeo-commons.git] / demo / argeo_node_osgiboot.properties
1 argeo.osgi.bundles=/home/mbaudier/dev/src/commons/dep/org.argeo.dep.cms.node/target/dependency;in=*.jar
2
3 argeo.osgi.start.1.osgiboot=org.argeo.osgi.boot
4
5 argeo.osgi.start.2.node=org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.jetty,org.eclipse.rap.rwt.osgi
6 argeo.osgi.start.3.node=org.argeo.cms,org.eclipse.gemini.blueprint.extender,org.eclipse.equinox.http.registry
7
8 org.osgi.framework.security=osgi
9 java.security.policy=file:../../all.policy
10
11 argeo.node.repo.type=localfs
12
13 #argeo.node.useradmin.uris=ldap://uid=admin,ou=system:secret@localhost:10389/dc=example,dc=com
14 #argeo.node.useradmin.uris=ldap://uid=admin,ou=system:secret@localhost:10389\
15 #/dc=example,dc=com?userBase=ou=users&groupBase=ou=groups
16
17 #argeo.node.useradmin.uris="\
18 #ldap://uid=admin,ou=system:secret\
19 #@localhost:10389\
20 #/dc=example,dc=com\
21 #?readOnly=false\
22 #&userObjectClass=inetOrgPerson \
23 #dc=example,dc=org.ldif"
24
25 #argeo.node.useradmin.uris="dc=example,dc=com.ldif dc=example,dc=org.ldif"
26
27 # HTTP
28 org.osgi.service.http.port=7070
29 #org.eclipse.equinox.http.jetty.log.stderr.threshold=info
30
31 # HTTPS
32 #org.osgi.service.http.port.secure=7073
33 #org.eclipse.equinox.http.jetty.https.enabled=true
34 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
35 #org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12
36 #org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12
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,ru
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
65 org.eclipse.equinox.http.jetty.autostart=false