X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Fbase%2Fshare%2Fargeo%2Fconfig.ini;h=e5cc050c5271e81ae718eb421379f704181c727b;hb=24b0a95d075605ab692e04b7e70f29e525006bbb;hp=1a49ded8c8a78424152982b734c1ec8ad4322690;hpb=aa3eae8ed83ae3b8b3cc98826ee02d121795cb60;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/base/share/argeo/config.ini b/dist/argeo-node/base/share/argeo/config.ini index 1a49ded8c..e5cc050c5 100644 --- a/dist/argeo-node/base/share/argeo/config.ini +++ b/dist/argeo-node/base/share/argeo/config.ini @@ -1,6 +1,9 @@ # Only Argeo OSGi Boot is explicitly started osgi.bundles=org.argeo.osgi.boot@start +# Only clean state is currently fully supported +osgi.clean=true + # Required standard bundles to start argeo.osgi.start.2.node=\ org.eclipse.equinox.http.servlet,\ @@ -25,12 +28,10 @@ com.sun.jndi.dns,\ com.sun.nio.file,\ com.sun.nio.sctp -# Security manager -#java.security.manager= -#java.security.policy=file:/usr/share/node/all.policy - # Required properties eclipse.ignoreApp=true osgi.noShutdown=true org.eclipse.equinox.http.jetty.autostart=false -#org.eclipse.rap.workbenchAutostart=false + +# Disable some warnings +nashorn.option.no.deprecation.warning=true