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