CMS and RAP launch definitions
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 1 Dec 2014 18:19:40 +0000 (18:19 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 1 Dec 2014 18:19:40 +0000 (18:19 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7549 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/argeo_node_cms.properties [new file with mode: 0644]
demo/argeo_node_rap.properties [new file with mode: 0644]

diff --git a/demo/argeo_node_cms.properties b/demo/argeo_node_cms.properties
new file mode 100644 (file)
index 0000000..92759d8
--- /dev/null
@@ -0,0 +1,31 @@
+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,\
+
+#org.argeo.security.dao.jackrabbit,\
+
+argeo.osgi.start.4.node.rap=\
+org.eclipse.equinox.http.jetty,\
+org.eclipse.rap.rwt.osgi
+
+argeo.osgi.start.5.cms=\
+org.argeo.cms,\
+
+# Jetty
+org.osgi.service.http.port=7070
+org.eclipse.equinox.http.jetty.log.stderr.threshold=info
+
+log4j.configuration=file:../../log4j.properties
+osgi.console.enable.builtin=true
+
+# Tomcat
+#argeo.server.port.http=7070
+#argeo.server.port.https=7443
+#argeo.server.port.ajp=7009
+
+# Note default URL to access the webapp
+# http://localhost:7070/about
\ No newline at end of file
diff --git a/demo/argeo_node_rap.properties b/demo/argeo_node_rap.properties
new file mode 100644 (file)
index 0000000..2ea9400
--- /dev/null
@@ -0,0 +1,54 @@
+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.jackrabbit
+
+#org.argeo.security.dao.ldap,\
+
+argeo.osgi.start.4.node.rap=\
+org.eclipse.equinox.http.jetty,\
+org.eclipse.rap.rwt.osgi,\
+
+argeo.osgi.start.5.node.rap=\
+org.eclipse.equinox.http.registry,\
+
+#argeo.osgi.start.5.workbench=\
+#org.eclipse.rap.ui,\
+#org.eclipse.rap.ui.workbench,\
+
+# 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.console.enable.builtin=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