Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BirtPOJO Viewer JOnAS Deployment"

(BIRT POJO Viewer JOnAS Deployment)
(BIRT POJO Viewer JOnAS Deployment)
 
Line 6: Line 6:
  
 
1. Download the BIRT Runtime and extract the contents.<br>
 
1. Download the BIRT Runtime and extract the contents.<br>
2. Copy the WebViewerExample directory to ${JONAS_BASE}\deploy directory.<br>
+
2. Copy the birt.war file to ${JONAS_BASE}\deploy directory.<br>
3. Rename the WebViewerExample directory to Birt.<br>
+
3. Start JOnAS.<br>
4. Start JOnAS.<br>
+
4. Go to http://localhost:9000/birt<br>
5. Go to http://localhost:9000/Birt<br>
+
 
+
PS: service depmonitor mustn't launched (go to view jonas.properties file)
+

Latest revision as of 19:04, 19 August 2014

< To: BIRT Project

BIRT POJO Viewer JOnAS Deployment

Install and Deploy Steps

1. Download the BIRT Runtime and extract the contents.
2. Copy the birt.war file to ${JONAS_BASE}\deploy directory.
3. Start JOnAS.
4. Go to http://localhost:9000/birt

Back to the top