]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/argeo_node_rap.properties
Allow creation of folder in any node except files or linked files.
[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 # HTTP
38 org.osgi.service.http.port=7070
39 #org.eclipse.equinox.http.jetty.log.stderr.threshold=info
40
41 # HTTPS
42 #org.osgi.service.http.port.secure=7073
43 #org.eclipse.equinox.http.jetty.https.enabled=true
44 #org.eclipse.equinox.http.jetty.ssl.keystore=../../ssl/server.jks
45 #org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12
46 #org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12
47 #org.eclipse.equinox.http.jetty.ssl.password=changeit
48 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
49
50 # In order to configure demo certificates, run:
51 # cd ssl; sh ./ssl.sh;
52
53 # i18n
54 argeo.i18n.locales=en,fr,ru
55 eclipse.registry.MultiLanguage=true
56 #argeo.i18n.defaultLocale=en
57
58 # Logging
59 log4j.configuration=file:../../log4j.properties
60
61 # Tuning
62 # Number of DB connections
63 #argeo.node.repo.maxPoolSize=10
64 # Max amount of memory available to Jackrabbit caches
65 #argeo.node.repo.maxCacheMB=16
66 # Persistence level cache
67 #argeo.node.repo.bundleCacheMB=8
68 # Search, see http://wiki.apache.org/jackrabbit/Search
69 #argeo.node.repo.extractorPoolSize=0
70 #argeo.node.repo.searchCacheSize=1000
71 #argeo.node.repo.maxVolatileIndexSize=1048576
72
73 # DON'T CHANGE BELOW
74 org.eclipse.rap.workbenchAutostart=false
75 org.eclipse.equinox.http.jetty.autostart=false