首先是效果图,使用tomact访问

FineReport 数据决策系统

1、打开Finereport报表系统

FineReport 数据决策系统

点击报表平台管理,进入到fineReport自带的demo系统

FineReport 数据决策系统

2、集成(很简单)

内置的FineReport报表系统的访问路径为http://localhost:8075/WebReport/ReportServer?op=fs,结合tomact的访问路径http://localhost:8080/index.jsp,tomact默认访问的是webapps/ROOT目录下的文件

FineReport 数据决策系统

对比两个文件的目录,可以看出FineReport访问的是WebReport文件。
tomact默认访问的是webspps目录下的文件,所以将webReport文件夹放到tomact的WebApps目录下。
最后将FineReport的lib目录下的jar包添加到tomact的lib目录。

3、访问

启动tomact,通过tomacy,访问http://localhost:8080/WebReport/ReportServer,进入到画面:

FineReport 数据决策系统

然后就按照正常的web项目来进行操作,删除finereport自带的模板,编写自己的项目。之后将模板添加到tomact/webapps/webReport/WEB-INF/reportlets 模板文件夹下即可。

Finereport没有注册的话,最多能够添加两个模板,访问次数也有限制…………..

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-11-26
  • 2021-06-20
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-07-07
  • 2021-06-14
相关资源
相似解决方案