Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 JBOSS Deployment"

(New page: {{Backlink|BIRT Project}} __TOC__ ==BIRT POJO Viewer JBOSS Deployment== Install and Deploy Steps 1. Download the BIRT Runtime and extract the contents.<br> 2. Remove org.apache.xerces fr...)
 
(BIRT POJO Viewer JBOSS Deployment)
 
(One intermediate revision by the same user not shown)
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. Remove org.apache.xerces
+
2. Remove org.apache.xerces and org.apache.xml.serializer
 
from the birt-runtime-version\WebViewerExample\WEB-INF\lib folder.<br>
 
from the birt-runtime-version\WebViewerExample\WEB-INF\lib folder.<br>
 
3. Copy the WebViewerExample directory to jboss-version\server\default\deploy directory.<br>
 
3. Copy the WebViewerExample directory to jboss-version\server\default\deploy directory.<br>
4. Rename WebViewerExample to birt.war
+
4. Rename WebViewerExample to birt.war.<br>
4. Start JBOSS Server.<br>
+
5. Start JBOSS Server.<br>

Latest revision as of 10:33, 31 July 2012

< To: BIRT Project

BIRT POJO Viewer JBOSS Deployment

Install and Deploy Steps

1. Download the BIRT Runtime and extract the contents.
2. Remove org.apache.xerces and org.apache.xml.serializer from the birt-runtime-version\WebViewerExample\WEB-INF\lib folder.
3. Copy the WebViewerExample directory to jboss-version\server\default\deploy directory.
4. Rename WebViewerExample to birt.war.
5. Start JBOSS Server.

Back to the top