]> git.argeo.org Git - gpl/argeo-suite.git/blob - sdk/argeo_suite_web.properties
[maven-release-plugin] prepare release argeo-suite-0.1.6
[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.suite.app
10
11 argeo.osgi.start.6.apps=org.argeo.suite.web,\
12 org.argeo.suite.workbench.rap
13
14 ## Rap Workbench configuration
15 ## Open the user admin page by default when opening the workbench
16 org.argeo.security.ui.initialPerspective=org.argeo.cms.ui.workbench.adminSecurityPerspective
17 # Default home page for the Specific People RAP workbench perspective
18 org.argeo.ui.openHomeCommandId=org.argeo.suite.workbench.rap.openDashboardEditor
19
20 ## JCR BACKEND
21 argeo.node.repo.type=h2
22
23 ### Jetty - test URL: http://localhost:7070
24 org.osgi.service.http.port=7070
25 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
26
27 log4j.configuration=file:../../log4j.properties
28
29 # SECURITY
30 org.osgi.framework.security=osgi
31 java.security.policy=file:../../all.policy
32
33 # DON'T CHANGE BELOW
34 org.eclipse.rap.workbenchAutostart=false
35 org.eclipse.equinox.http.jetty.autostart=false