RPM build
[gpl/argeo-slc.git] / dist / slc / src / main / rpm / etc / slc / config.ini
index 3a2b8188ef95537e8ebdde790fc0110ab8f2fd55..36113e65383d054a990aad66c2bd990898ef9123 100644 (file)
@@ -1,60 +1,52 @@
-# SLC SERVICES
-argeo.osgi.start.1.slc=\
-org.argeo.server.ads.server,\
+argeo.osgi.start.2.http=\
+org.eclipse.equinox.http.servlet,\
+org.eclipse.equinox.http.jetty,\
+org.eclipse.rap.rwt.osgi
 
-argeo.osgi.start.2.slc=\
+argeo.osgi.start.3.node=\
+org.argeo.cms
+
+argeo.osgi.start.4.apps=\
+org.eclipse.gemini.blueprint.extender
+
+argeo.osgi.start.4.workbench=\
+org.eclipse.equinox.http.registry,\
+
+argeo.osgi.start.5.slc=\
 org.argeo.slc.node.jackrabbit,\
-org.argeo.slc.support.maven,\
-org.argeo.slc.server.repo,\
 org.argeo.slc.agent,\
 org.argeo.slc.agent.jcr,\
+org.argeo.slc.server.repo,\
 
-argeo.osgi.start.3.slc=\
-org.argeo.slc.server.repo.webapp,\
-
-# NODE SERVICES
-argeo.osgi.start.1.node=\
-org.springframework.osgi.extender,\
-
-argeo.osgi.start.2.node=\
-org.argeo.node.repo.jackrabbit,\
-org.argeo.security.dao.ldap,\
+org.osgi.framework.security=osgi
+java.security.policy=file:../../all.policy
+org.osgi.service.http.port=7070
+org.eclipse.equinox.http.jetty.log.stderr.threshold=info
 
-argeo.osgi.start.3.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,\
+log4j.configuration=file:../../log4j.properties
+org.eclipse.rap.workbenchAutostart=false
 
-# CONFIGURATION
-org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.anonymousDistributionPerspective
+slc.executionModules=org.argeo.slc.demo.ant,\
+org.argeo.slc.demo.basic,\
+org.argeo.slc.demo.minimal,\
 
-# Note default URL to access the webapp
-# http://localhost:7080/ui/node
+org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
 
-# TOMCAT PORTS
+# override ports to run the demo as a server
 argeo.server.port.http=7080
-argeo.server.port.https=7083
-argeo.server.port.ajp=7089
-
-# LDAP (Apache DS, not started by default)
-argeo.ldap.port=7081
-#argeo.ads.init.ldif=osgibundle:init-argeo.ldif
-org.osgi.framework.bootdelegation=com.sun.jndi.ldap
+#argeo.server.port.https=9073
 
 # OSGi MANAGEMENT
 osgi.console=7082
 
-# RAP SPECIFIC
-eclipse.ignoreApp=true
-osgi.noShutdown=true
-
 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
 osgi.bundles=org.argeo.osgi.boot.jar@start
 argeo.osgi.bundles=\
 /etc/slc/modules;in=*,\
 /usr/share/osgi;in=*.jar,\
-/usr/share/eclipse-rap;in=*.jar,\
-/usr/share/osgi/eclipse;in=*.jar,\
-/usr/share/osgi/rap;in=*.jar,\
\ No newline at end of file
+
+org.eclipse.equinox.http.jetty.autostart=false
+eclipse.ignoreApp=true
+osgi.noShutdown=true
+org.eclipse.rap.workbenchAutostart=false