X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Frpm%2Fusr%2Fshare%2Fnode%2Fconfig.ini;fp=dist%2Fargeo-node%2Frpm%2Fusr%2Fshare%2Fnode%2Fconfig.ini;h=5c54d84e1667de194e0f43852a8f2a9f88fd9852;hb=bf345b84989cc9a2984bba4390ebdb349701ed8e;hp=0000000000000000000000000000000000000000;hpb=0b5ac8be533b993fc74e960c4cb32e461a92db84;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/rpm/usr/share/node/config.ini b/dist/argeo-node/rpm/usr/share/node/config.ini new file mode 100644 index 000000000..5c54d84e1 --- /dev/null +++ b/dist/argeo-node/rpm/usr/share/node/config.ini @@ -0,0 +1,44 @@ +# Only Argeo OSGi Boot is explicitly started +osgi.bundles=org.argeo.osgi.boot.jar@start +osgi.clean=true + +# Provisioning +argeo.osgi.bundles=\ +/etc/node/modules;in=*/*,\ +/usr/local/share/osgi;in=**/*.jar,\ +/usr/share/osgi;in=**/*.jar + +# 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.rap.rwt.osgi + +# Required CMS bundles to start +argeo.osgi.start.3.node=\ +org.argeo.cms + +# Extension managers +argeo.osgi.start.4.node=\ +org.eclipse.gemini.blueprint.extender,\ +org.eclipse.equinox.http.registry + +# Packages provided by the OpenJDK JVM +org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\ +com.sun.jndi.ldap.sasl,\ +com.sun.security.jgss,\ +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