Try to run RAP 2.0 in Argeo plugin (not working)
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 3 May 2013 12:46:24 +0000 (12:46 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 3 May 2013 12:46:24 +0000 (12:46 +0000)
git-svn-id: https://svn.argeo.org/commons/branches/2.tp@6264 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/argeo_node_web.properties

index 57f812aeb390e9d49437428ebd76a0f879cd21af..53500e4c69878e3e32a81d9e7afe56fe75f590c4 100644 (file)
@@ -6,12 +6,73 @@ argeo.osgi.start.3.node=\
 org.argeo.node.repo.jackrabbit,\
 org.argeo.security.dao.ldap,\
 
-argeo.osgi.start.4.node=\
-org.argeo.jackrabbit.webapp,\
-org.argeo.server.rap.webapp,\
-org.argeo.server.catalina.start,\
+#argeo.osgi.start.4.node=\
+#org.argeo.jackrabbit.webapp,\
+#org.argeo.server.rap.webapp,\
+#org.argeo.server.catalina.start,\
+#org.eclipse.equinox.http.registry,\
+#org.springframework.osgi.web.extender,\
+
+#argeo.osgi.start.4.node.jetty=\
+#org.eclipse.jetty.server,\
+#org.eclipse.equinox.http.jetty,\
+#org.eclipse.equinox.http.registry,\
+#org.eclipse.equinox.http.servlet,\
+#org.eclipse.equinox.ds,\
+#org.eclipse.osgi.services,\
+#org.eclipse.equinox.launcher,\
+#org.eclipse.rap.ui.workbench,\
+
+#org.eclipse.rap.rwt,\
+#org.eclipse.rap.rwt.osgi,\
+#org.eclipse.equinox.ds,\
+
+argeo.osgi.start.4.node.rap=\
+org.eclipse.osgi,\
+org.eclipse.osgi.services,\
+org.eclipse.equinox.console,\
+org.apache.felix.gogo.command,\
+org.apache.felix.gogo.shell,\
+org.apache.felix.gogo.runtime,\
+org.eclipse.equinox.http.jetty,\
+org.eclipse.equinox.http.servlet,\
+org.eclipse.equinox.util,\
+org.eclipse.jetty.continuation,\
+org.eclipse.jetty.http,\
+org.eclipse.jetty.io,\
+org.eclipse.jetty.security,\
+org.eclipse.jetty.server,\
+org.eclipse.jetty.servlet,\
+org.eclipse.jetty.util,\
+javax.servlet,\
+org.eclipse.rap.jface,\
+org.eclipse.rap.jface.databinding,\
+org.eclipse.rap.ui,\
+org.eclipse.rap.ui.forms,\
+org.eclipse.rap.ui.views,\
+org.eclipse.rap.ui.workbench,\
+com.ibm.icu.base,\
+org.eclipse.core.commands,\
+org.eclipse.core.contenttype,\
+org.eclipse.core.databinding,\
+org.eclipse.core.databinding.beans,\
+org.eclipse.core.databinding.observable,\
+org.eclipse.core.databinding.property,\
+org.eclipse.core.expressions,\
+org.eclipse.core.jobs,\
+org.eclipse.core.runtime,\
+org.eclipse.equinox.app,\
+org.eclipse.equinox.common,\
+org.eclipse.equinox.registry,\
+org.eclipse.equinox.preferences,\
 org.eclipse.equinox.http.registry,\
-org.springframework.osgi.web.extender,\
+
+#org.argeo.server.catalina.start,\
+#org.eclipse.jetty.server,\
+
+# Jetty
+org.osgi.service.http.port=7070
+org.eclipse.equinox.http.jetty.log.stderr.threshold=debug
 
 # Initial perspective
 #org.argeo.security.ui.initialPerspective=org.argeo.osgi.ui.explorer.perspective
@@ -23,6 +84,9 @@ log4j.configuration=file:../../log4j.properties
 argeo.i18n.availableLocales=en,fr,de,ru,ar
 eclipse.registry.MultiLanguage=true
 
+osgi.noShutdown=true
+eclipse.ignoreApp=true
+
 # Tomcat
 #argeo.server.port.http=7070
 #argeo.server.port.https=7443