]> git.argeo.org Git - gpl/argeo-suite.git/blob - sdk/argeo_suite_web.properties
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-suite.git] / sdk / argeo_suite_web.properties
1 argeo.osgi.start.2.http=org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.jetty,\
2 org.eclipse.rap.rwt.osgi,org.eclipse.equinox.cm
3
4 argeo.osgi.start.3.node=org.argeo.cms
5 argeo.osgi.start.4.apps=org.eclipse.gemini.blueprint.extender
6 argeo.osgi.start.5.workbench=org.eclipse.equinox.http.registry
7
8 # WEB and RAP Workbench
9 argeo.osgi.start.5.apps=org.argeo.connect.people.web,\
10 org.argeo.connect.people.rap
11
12 argeo.osgi.start.6.apps=org.argeo.suite.web,\
13 org.argeo.suite.workbench.rap
14
15 ## Rap Workbench configuration
16 ## Open the user admin page by default when opening the workbench
17 org.argeo.security.ui.initialPerspective=org.argeo.cms.ui.workbench.adminSecurityPerspective
18 # Default home page for the Specific People RAP workbench perspective
19 org.argeo.ui.openHomeCommandId=org.argeo.connect.people.rap.openDefaultEditor
20
21 ## JCR BACKEND
22 argeo.node.repo.type=h2
23
24 ### Jetty - test URL: http://localhost:7070
25 org.osgi.service.http.port=7070
26 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
27
28 log4j.configuration=file:../../log4j.properties
29
30 # SECURITY
31 org.osgi.framework.security=osgi
32 java.security.policy=file:../../all.policy
33
34 # DON'T CHANGE BELOW
35 org.eclipse.rap.workbenchAutostart=false
36 org.eclipse.equinox.http.jetty.autostart=false