]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/slc_demo_rap.properties
Improve 'do not modify' mode
[gpl/argeo-slc.git] / demo / slc_demo_rap.properties
index 53fac9f6b21b561c64a43c2ee230c1c2e0dee225..14dd76306b9ea073ed4486bdcc22cfc0784da45c 100644 (file)
@@ -1,50 +1,69 @@
-argeo.osgi.start=\
-org.springframework.osgi.extender,\
-com.springsource.javax.servlet,\
-org.argeo.eclipse.ui,\
-org.eclipse.core.runtime,\
-org.eclipse.equinox.common,\
-org.eclipse.equinox.http.registry,\
-org.eclipse.equinox.launcher,\
-org.argeo.dep.osgi.catalina.start,\
-org.argeo.server.rap.webapp,\
-org.argeo.jackrabbit.webapp,\
-org.argeo.security.dao.ldap,\
-org.argeo.security.equinox,\
-org.argeo.security.services,\
-org.argeo.security.ui,\
-org.argeo.security.ui.rap,\
+# SLC SERVICES
+argeo.osgi.start.1.slc=\
 org.argeo.server.ads.server,\
-org.argeo.node.repofactory.jackrabbit,\
-org.argeo.node.repo.jackrabbit,\
+
+argeo.osgi.start.2.slc=\
 org.argeo.slc.node.jackrabbit,\
 org.argeo.slc.support.maven,\
 org.argeo.slc.server.repo,\
-org.argeo.slc.server.repo.webapp,\
-org.argeo.slc.client.ui,\
-org.argeo.slc.client.rap,\
-org.argeo.slc.infra.ui.rap,\
 org.argeo.slc.agent,\
 org.argeo.slc.agent.jcr,\
+
+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,\
+
+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,\
-org.argeo.slc.demo.ant,\
+
+slc.executionModules=org.argeo.slc.demo.ant,\
 org.argeo.slc.demo.basic,\
+org.argeo.slc.demo.minimal,\
+
+#org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.anonymousDistributionPerspective
+org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
+#org.argeo.security.ui.initialPerspective=org.argeo.security.ui.userHomePerspective
+
+#org.argeo.security.ui.saveAndRestore=true
 
-#slc.executionModules=org.argeo.infra.slc.rpmfactory,\
-#org.argeo.elgis.rpmfactory,\
+argeo.server.tomcat.config=conf/default-server-ssl.xml
 
-org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.slcExecutionPerspective
-#org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
+# override ports to run the demo as a server
+argeo.server.port.http=9070
+argeo.server.port.https=9073
+argeo.server.port.ajp=9079 
+argeo.ldap.port=19389
 
-# JCR
-argeo.node.repo.home=data/noderepo
-argeo.node.repo.dburl=jdbc:h2:data/h2/noderepo_db
+# anonymous url: http://localhost:7070/ui/public
+# authenticated url: http://localhost:7070/ui/node
 
 # LDAP (Apache DS)
 #argeo.ads.init.ldif=osgibundle:init-argeo.ldif
 
+log4j.configuration=file:../../log4j.properties
+
+
+# Postgresql
+#argeo.node.repo.configuration=osgibundle:repository-postgresql.xml
+#argeo.node.repo.dburl=jdbc:postgresql://localhost/slc
+#argeo.node.repo.dbuser=argeo
+#argeo.node.repo.dbpassword=argeo
+
+
+# DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
 eclipse.ignoreApp=true
 osgi.noShutdown=true
 
-log4j.configuration=file:../../log4j.properties
-
+# Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
+org.apache.jackrabbit.core.statementcache=false
\ No newline at end of file