]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - demo/argeo_node_web.properties
Import all JCR packages so that thread bound session can be proxied for AOP
[lgpl/argeo-commons.git] / demo / argeo_node_web.properties
index e602fa8a04d141d8009fb8134aee284bcbdf9583..c94e740fa92498c5cdb34df30770b7cad769ce40 100644 (file)
@@ -3,7 +3,6 @@ org.springframework.osgi.extender,\
 org.argeo.node.repofactory.jackrabbit,\
 org.argeo.node.repo.jackrabbit,\
 org.argeo.security.dao.ldap,\
-org.argeo.security.services,\
 org.argeo.security.equinox,\
 org.eclipse.core.runtime,\
 org.eclipse.equinox.common,\
@@ -15,10 +14,14 @@ org.argeo.server.rap.webapp,\
 org.argeo.server.ads.server,\
 org.springframework.osgi.web.extender,\
 
-#org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective
-org.argeo.security.ui.initialPerspective=org.argeo.osgi.ui.explorer.perspective
-
-argeo.node.repo.home=~/.argeo/server_noderepo
-argeo.node.repo.dburl=jdbc:h2:file:~/.argeo/h2/server_noderepo_db
+#Choose 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
+
+# Note default URL to access the webapp
+# http://localhost:7070/org.argeo.rap.webapp/node
+
+# Useful low level debug information
+com.sun.jndi.ldap.connect.pool.debug=true
\ No newline at end of file