]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/cms-e4-rap.properties
Make logging configurable
[lgpl/argeo-commons.git] / demo / cms-e4-rap.properties
1 argeo.osgi.start.2.node=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.metatype,\
4 org.eclipse.equinox.cm,\
5 org.eclipse.equinox.ds,\
6 org.eclipse.rap.rwt.osgi,\
7 org.argeo.init
8
9 argeo.osgi.start.3.node=\
10 org.argeo.cms
11
12 argeo.osgi.start.4.node=\
13 org.argeo.cms.jcr
14
15 argeo.osgi.start.5.node=\
16 org.argeo.cms.e4.rap
17
18 # Local
19 argeo.node.repo.type=h2
20 org.osgi.service.http.port=7070
21 #org.eclipse.equinox.http.jetty.http.host=[IP address to listen to]
22 #org.osgi.service.http.port.secure=7073
23 #org.eclipse.equinox.http.jetty.websocket.enabled=true
24
25 # Logging
26 log4j.configuration=file:../../log4j.properties
27
28 # SSL
29 #org.osgi.service.http.port.secure=7073
30 #org.eclipse.equinox.http.jetty.https.enabled=true
31 #org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12
32 #org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12
33 #org.eclipse.equinox.http.jetty.ssl.password=changeit
34 #org.eclipse.equinox.http.jetty.ssl.wantclientauth=true
35
36 # Hardened
37 #org.osgi.framework.security=osgi
38 #java.security.policy=file:../../all.policy
39
40 # Internationalisation
41 #argeo.i18n.locales=en,fr,ru
42 #eclipse.registry.MultiLanguage=true
43 #argeo.i18n.defaultLocale=en
44
45 # Tuning
46 # Number of DB connections
47 #argeo.node.repo.maxPoolSize=10
48 # Max amount of memory available to Jackrabbit caches
49 #argeo.node.repo.maxCacheMB=16
50 # Persistence level cache
51 #argeo.node.repo.bundleCacheMB=8
52 # Search, see http://wiki.apache.org/jackrabbit/Search
53 #argeo.node.repo.extractorPoolSize=0
54 #argeo.node.repo.searchCacheSize=1000
55 #argeo.node.repo.maxVolatileIndexSize=1048576
56
57 # Legacy
58 #argeo.node.transaction.manager=bitronix
59
60 # DON'T CHANGE BELOW
61 org.eclipse.equinox.http.jetty.autostart=false
62 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
63 com.sun.jndi.ldap.sasl,\
64 com.sun.security.jgss,\
65 com.sun.jndi.dns,\
66 com.sun.nio.file,\
67 com.sun.nio.sctp