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 JBOSS Deployment"

(BIRT POJO Viewer JBOSS Deployment)
(BIRT POJO Viewer JBOSS 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. 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.<br>
 
4. Rename WebViewerExample to birt.war.<br>
 
5. 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