X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=demo%2Fargeo_node_web.properties;h=65d63bcf8d81c8115af161e19471e4143e88c153;hb=f15ad387c1cb2d6db9c560e7d734a47829c91422;hp=5e544fd52aa3532e9bde5b4e9babebc52d165cf0;hpb=ada93169e85b906c38407f02514edde1dc193503;p=lgpl%2Fargeo-commons.git diff --git a/demo/argeo_node_web.properties b/demo/argeo_node_web.properties index 5e544fd52..65d63bcf8 100644 --- a/demo/argeo_node_web.properties +++ b/demo/argeo_node_web.properties @@ -1,20 +1,106 @@ -argeo.osgi.start=\ +argeo.osgi.start.1.node=\ org.springframework.osgi.extender,\ -org.argeo.node.repofactory.jackrabbit,\ +org.argeo.server.ads.server,\ + +argeo.osgi.start.3.node=\ org.argeo.node.repo.jackrabbit,\ org.argeo.security.dao.ldap,\ -org.argeo.security.services,\ -org.argeo.security.equinox,\ + +#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.eclipse.equinox.launcher,\ -org.argeo.dep.osgi.catalina.start,\ -org.argeo.jackrabbit.webapp,\ -org.argeo.server.rap.webapp,\ -org.argeo.server.ads.server,\ -org.springframework.osgi.web.extender,\ -org.argeo.security.ui.initialPerspective=org.argeo.osgi.ui.explorer.perspective +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 + +# 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