]> git.argeo.org Git - lgpl/argeo-commons.git/blob - sdk/cms-e4-rap.properties
Fix typo in README
[lgpl/argeo-commons.git] / sdk / cms-e4-rap.properties
1 argeo.osgi.start.2=\
2 org.eclipse.equinox.http.servlet,\
3 org.apache.felix.scr,\
4 org.eclipse.rap.rwt.osgi,\
5 org.argeo.init
6
7 argeo.osgi.start.3=\
8 org.argeo.cms,\
9 org.argeo.cms.swt.rap,\
10 org.argeo.cms.swt.rcp,\
11 org.argeo.cms.ee,\
12 org.argeo.cms.lib.sshd,\
13 org.argeo.cms.lib.equinox,\
14 org.argeo.cms.lib.jetty,\
15
16
17 # Local
18 argeo.node.repo.type=h2
19 org.osgi.service.http.port=7070
20 #org.eclipse.equinox.http.jetty.http.host=[IP address to listen to]
21 #org.osgi.service.http.port.secure=7073
22 #org.eclipse.equinox.http.jetty.websocket.enabled=true
23
24 # Logging
25 log.org.argeo=DEBUG
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.system.packages.extra=\
63 com.sun.net.httpserver,\
64 com.sun.jndi.ldap,\
65 com.sun.jndi.ldap.sasl,\
66 com.sun.jndi.dns,\
67 com.sun.security.jgss,\
68 com.sun.nio.file,\
69 com.sun.nio.sctp