fix rap demo, remove LDAP plugin dependencies from the node default target plateform
[lgpl/argeo-commons.git] / demo / argeo_node_rap.properties
index c927c4472bac6b6c86480824f6faf218a738d0bc..c04eea2a74e2d829ff13916030e23f7c480a4bb1 100644 (file)
@@ -1,5 +1,5 @@
 argeo.osgi.start.1.node=\
-org.springframework.osgi.extender,\
+org.springframework.osgi.extender
 
 #org.argeo.server.ads.server,\
 
@@ -20,21 +20,22 @@ org.eclipse.equinox.http.registry,\
 #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
-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
 
+# Various config 
+log4j.configuration=file:../../log4j.properties
+
 osgi.console.enable.builtin=true
-osgi.noShutdown=true
-eclipse.ignoreApp=true
+
+#osgi.noShutdown=true
+#eclipse.ignoreApp=true
+#argeo.server.tomcat.config=conf/default-server-ssl.xml
+
+# Jetty
+org.osgi.service.http.port=7070
+org.eclipse.equinox.http.jetty.log.stderr.threshold=info
+org.eclipse.equinox.http.jetty.context.path=/ui
 
 # Tomcat
 #argeo.server.port.http=7070
@@ -47,5 +48,5 @@ eclipse.ignoreApp=true
 # Equinox (not active by default)
 #osgi.console=3030
 
-# Note default URL to access the webapp
+# Note: Default URL to access the webapp
 # http://localhost:7070/ui/node
\ No newline at end of file