Replace old scripts with JShell.
[lgpl/argeo-commons.git] / dist / argeo-node / base / share / argeo / config.ini
index 269fcf6ee72f23d91df3a87979f284e86dfb74f2..e5cc050c5271e81ae718eb421379f704181c727b 100644 (file)
@@ -1,10 +1,12 @@
 # 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,\
-org.eclipse.equinox.http.jetty,\
 org.eclipse.equinox.metatype,\
 org.eclipse.equinox.cm,\
 org.eclipse.equinox.ds,\
@@ -26,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