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