]> git.argeo.org Git - gpl/argeo-suite.git/blob - sdk/argeo_suite_web.properties
Start organising Argeo Apps
[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.apps
10
11 argeo.osgi.start.6.apps=org.argeo.suite.apps.web,\
12 org.argeo.suite.workbench.rap
13
14 ## Rap Workbench configuration
15 org.argeo.security.ui.initialPerspective=org.argeo.suite.workbench.rap.dashboardPerspective
16 # Use the WorkbenchAppService to open a default home page
17 org.argeo.ui.openHomeCommandId=org.argeo.connect.ui.openDefaultEditor
18
19 ## JCR BACKEND
20 argeo.node.repo.type=h2
21
22 ### Jetty - test URL: http://localhost:7070
23 org.osgi.service.http.port=7070
24
25
26 log4j.configuration=file:../../log4j.properties
27
28 # SECURITY
29 java.security.manager=
30 java.security.policy=file:../../all.policy
31
32 # DON'T CHANGE BELOW
33 org.eclipse.rap.workbenchAutostart=false
34 org.eclipse.equinox.http.jetty.autostart=false