From: Mathieu Baudier Date: Tue, 7 Jul 2020 09:07:08 +0000 (+0200) Subject: Document all applicable properties. X-Git-Tag: argeo-commons-2.1.89~110 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=58e26a7be32180c19698c14cd22d963b6a00a7d8 Document all applicable properties. --- diff --git a/demo/cms-e4-rap.properties b/demo/cms-e4-rap.properties index 2ceff39db..ab89af5be 100644 --- a/demo/cms-e4-rap.properties +++ b/demo/cms-e4-rap.properties @@ -20,10 +20,38 @@ org.osgi.service.http.port=7070 # Logging log4j.configuration=file:../../log4j.properties -# hardened +# SSL +#org.osgi.service.http.port.secure=7073 +#org.eclipse.equinox.http.jetty.https.enabled=true +#org.eclipse.equinox.http.jetty.ssl.keystore=data/node.p12 +#org.eclipse.equinox.http.jetty.ssl.keystoretype=PKCS12 +#org.eclipse.equinox.http.jetty.ssl.password=changeit +#org.eclipse.equinox.http.jetty.ssl.wantclientauth=true + +# Hardened #org.osgi.framework.security=osgi #java.security.policy=file:../../all.policy +# Internationalisation +#argeo.i18n.locales=en,fr,ru +#eclipse.registry.MultiLanguage=true +#argeo.i18n.defaultLocale=en + +# Tuning +# Number of DB connections +#argeo.node.repo.maxPoolSize=10 +# Max amount of memory available to Jackrabbit caches +#argeo.node.repo.maxCacheMB=16 +# Persistence level cache +#argeo.node.repo.bundleCacheMB=8 +# Search, see http://wiki.apache.org/jackrabbit/Search +#argeo.node.repo.extractorPoolSize=0 +#argeo.node.repo.searchCacheSize=1000 +#argeo.node.repo.maxVolatileIndexSize=1048576 + +# Legacy +#argeo.node.transaction.manager=bitronix + # DON'T CHANGE BELOW org.eclipse.equinox.http.jetty.autostart=false org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\