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

BirtPOJO Viewer WebSphere Deployment

< To: BIRT Project

BIRT POJO Viewer WebSphere Deployment

Install and Deploy Steps

  1. Download the BIRT Runtime and extract the contents.
  2. Remove org.apache.xerces, org.apache.resolver and org.apache.serializer from the birt-runtime-version\WebViewerExample\WEB-INF\lib folder.
  3. WAR the WebViewerExample directory to birt.war.
  4. Start WebSphere Server.
  5. Open console web page.
  6. Log in.
  7. Install BIRT Runtime(e.g. birt.war from runtime download) through console.
  8. Configure BIRT Application:
    1. Click Enterprise Applications in left menu.
    2. Click the name of the deployed application birt_war to enter configuration page.
    3. Click Manage Modules link in Modules.
      BIRTPOJOManagemodules.jpg
    4. Click Eclipse BIRT Report Viewer in Module list.
      Birtpojowebsphere2.png
    5. In General Properties page, select “Classes loaded with application class loader first” option for Class loader order, click OK.
      Birtpojowebsphere3.png
    6. Save the Master Configuration.

Back to the top