配置环境:

名称 版本
Birt 4.8.0
JDK 1.8.0
Tomcat 8.5.55

  1. 下载BIRT Runtime-4.8.0

  2. 下载tomcat-1.8.0

  3. 将其解压,把目录下的WebViewerExample文件夹复制到Tomcat主目录下的webapps目录下,并改名为 reportApp.
    BIRT部署

  4. 数据库驱动复制到\Tomcat-8.5.55\webapps\reportApp\WEB-INF\lib目录下
    BIRT部署

  5. 启动Tomcat,在浏览器中输入http://lcoalhost:8090/reportApp/ 若正常进入,则说明部署成功,在首页中点击“View Example”,若正常进入,则报表访问正常。
    BIRT部署

  6. 发布报表,将制作好的报表文件如test.rptdesign复制到reportApp目录下,在浏览器中输入:
    http://localhost:8080/reportApp/frameset?__report=test.rptdesign

    http://localhost:8080/reportApp/run?__report=test.rptdesign
    访问页面效果自行比较,选择。


部署结束

相关文章:

  • 2021-07-15
  • 2021-07-03
  • 2022-01-19
  • 2022-12-23
  • 2021-08-10
  • 2021-08-09
  • 2021-08-26
  • 2021-04-07
猜你喜欢
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-01-12
  • 2021-06-01
相关资源
相似解决方案