X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=demo%2Fargeo_node_cms.properties;h=a11d723ddd96805c98f753d7099f658bbd0fc703;hb=089f2201225ffa035997755f335594ee0636d2fd;hp=9578df2370b9746913663e876ca1cb9f8c4db397;hpb=b91a871c01d9d82ae7d1816ef96890a5445e83ca;p=lgpl%2Fargeo-commons.git diff --git a/demo/argeo_node_cms.properties b/demo/argeo_node_cms.properties index 9578df237..a11d723dd 100644 --- a/demo/argeo_node_cms.properties +++ b/demo/argeo_node_cms.properties @@ -1,7 +1,9 @@ -argeo.osgi.start.2.node=\ +argeo.osgi.start.2.http=\ org.eclipse.equinox.http.servlet,\ org.eclipse.equinox.http.jetty,\ -org.eclipse.rap.rwt.osgi +org.eclipse.equinox.metatype,\ +org.eclipse.rap.rwt.osgi,\ +org.eclipse.equinox.cm argeo.osgi.start.3.node=\ org.argeo.cms,\ @@ -9,19 +11,22 @@ org.argeo.cms,\ argeo.osgi.start.4.node=\ org.eclipse.gemini.blueprint.extender -argeo.osgi.start.4.cms=\ -org.argeo.cms.core +#argeo.osgi.start.4.cms=\ +#org.argeo.cms.core -argeo.osgi.start.4.workbench=\ -org.eclipse.equinox.http.registry,\ +#argeo.osgi.start.4.workbench=\ +#org.eclipse.equinox.http.registry,\ argeo.osgi.start.5.cms=\ org.argeo.cms.demo +argeo.node.repo.type=localfs + org.osgi.service.http.port=7070 +#org.osgi.service.http.port.secure=7073 org.eclipse.equinox.http.jetty.log.stderr.threshold=info -org.osgi.framework.security=osgi +java.security.manager= java.security.policy=file:../../all.policy # i18n @@ -29,4 +34,7 @@ argeo.i18n.locales=en,fr eclipse.registry.MultiLanguage=true log4j.configuration=file:../../log4j.properties -org.eclipse.rap.workbenchAutostart=false \ No newline at end of file + +# DON'T CHANGE BELOW +org.eclipse.rap.workbenchAutostart=false +org.eclipse.equinox.http.jetty.autostart=false