IBM Worklight v5.0.5 > WL server administration > Reports

Install the BIRT reports viewer on Apache Tomcat


Overview

For Worklight on Tomcat you can use the Business Intelligence Reporting Tool (BIRT) to generate and render report content. View this content using either...

The Worklight installation contains a number of predefined BIRT reports. These reports are configurable XML files that are designed to retrieve and present data from the Worklight reports database tables. These files have extension...


Set up BIRT Reports using an Apache Tomcat application server

  1. Stop the Tomcat instance

  2. Download the BIRT Reports runtime archive from Birt Report Downloads.

  3. Unzip the BIRT Reports runtime archive.

  4. Copy the WebViewerExample folder to...

      TOMCAT_HOME\webapps

  5. Rename the WebViewerExample folder to birt (Optional)

  6. Copy the database jdbc connector jar to...

      TOMCAT_HOME\lib

    If you are using the same Tomcat instance that is running Worklight server, the jdbc connector jar should already be in \lib.

  7. In some cases, Tomcat might not have enough memory allocated to run BIRT Reports.

    To resolve this problem, edit...

      TOMCAT_HOME/bin/catalina.bat

    ...and add the following line at the start...

      set CATALINA_OPTS=-Xms512m -Xmx512m -XX:MaxPermSize=256m

  8. Restart the Tomcat server.

  9. To verify that the BIRT Reports application has successfully started, navigate to Tomcat manager application at...

      http://your-server/manager/

  10. The BIRT Reports viewer application is accessible at...

      http://your-server/birt/

  11. You can test the BIRT Reports installation by navigating to...

      http://your-server/birt/frameset?__report=test.rptdesign&sample=my+parameter


Parent Reports





+

Search Tips   |   Advanced Search