Search code examples
jboss7.xbirt

steps to deploy the BIRT reports in jboss AS7


for reports= BIRT
server =JBOSS AS 7.1.1
front end =Richfaces

i have created some reports using BIRT.But when i am calling the reports through my webpage it is showing error.

how to deploy the reports in jboss and how to call the reports?


Solution

  • See Eclipse's BIRT Viewer Setup documentation here.

    From the 'Deploying to JBoss' section of the referenced link:

    • Download the zip file with the BIRT report engine runtime. The file is named birt-runtime-version#.zip.
    • Unzip the file in a staging area.
    • Look under the birt-runtime- directory and locate the "WebViewerExample" directory.
    • Copy the "WebViewerExample" directory to your JBoss installation, under the deploy directory for your configuration. (eg) C:\dev\jboss-as-7.1.1.Final\standalone\deployments.
    • Rename the WebViewerExample directory to birt.war, so it will deploy in place.
    • Start up JBoss and enter the URL to BIRT (ie http://localhost:8080/birt) and run the test report.