From: Mathieu Baudier Date: Mon, 1 Dec 2014 18:20:04 +0000 (+0000) Subject: Remove old RAP launch definition X-Git-Tag: argeo-commons-2.1.30~502 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=43db3dc1cb2e0a44bf8646963f08f6906f9a89e9;p=lgpl%2Fargeo-commons.git Remove old RAP launch definition git-svn-id: https://svn.argeo.org/commons/trunk@7550 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/argeo_node_web.properties b/demo/argeo_node_web.properties deleted file mode 100644 index ea1b6b127..000000000 --- a/demo/argeo_node_web.properties +++ /dev/null @@ -1,107 +0,0 @@ -argeo.osgi.start.1.node=\ -org.springframework.osgi.extender,\ -org.argeo.server.ads.server,\ - -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,\ -#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,\ - -argeo.osgi.start.5.node.rap=\ -org.eclipse.rap.rwt.osgi,\ - -#org.argeo.server.catalina.start,\ -#org.eclipse.jetty.server,\ - -# Jetty -org.osgi.service.http.port=7070 -org.eclipse.equinox.http.jetty.log.stderr.threshold=info -org.eclipse.equinox.http.jetty.context.path=/ui - -# Initial perspective -#org.argeo.security.ui.initialPerspective=org.argeo.osgi.ui.explorer.perspective -#org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective - -log4j.configuration=file:../../log4j.properties -argeo.server.tomcat.config=conf/default-server-ssl.xml - -argeo.i18n.availableLocales=en,fr,de,ru,ar -eclipse.registry.MultiLanguage=true - -osgi.noShutdown=true -eclipse.ignoreApp=true -#osgi.console.enable.builtin=true - -# Tomcat -#argeo.server.port.http=7070 -#argeo.server.port.https=7443 -#argeo.server.port.ajp=7009 - -# Apache Directory Server -#argeo.ldap.port=10389 - -# Equinox (not active by default) -#osgi.console=3030 - -# Note default URL to access the webapp -# http://localhost:7070/ui/node \ No newline at end of file