在 jboss AS7 中部署 BIRT 报告的步骤
steps to deploy the BIRT reports in jboss AS7
用于报告= BIRT
服务器 =JBOSS AS 7.1.1
前端=Richfaces
我使用 BIRT.But 创建了一些报告,当我通过我的网页调用报告时显示错误。
如何在jboss中部署报表以及如何调用报表?
请参阅 Eclipse 的 BIRT 查看器设置文档 here。
来自引用 link 的 'Deploying to JBoss' 部分:
- 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.
用于报告= BIRT
服务器 =JBOSS AS 7.1.1
前端=Richfaces
我使用 BIRT.But 创建了一些报告,当我通过我的网页调用报告时显示错误。
如何在jboss中部署报表以及如何调用报表?
请参阅 Eclipse 的 BIRT 查看器设置文档 here。
来自引用 link 的 'Deploying to JBoss' 部分:
- 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.