linux下安装部署tomcat+Finereport
一.使用的文件
https://pan.baidu.com/disk/home#/all?vmode=list&path=%2Fwj
二.Linux服务器安装JDK+Tomcat
https://help.finereport.com/doc-view-2029.html
linux下部署tomcat+FineReportcentos6
1.开启防火墙命令
service iptables start
2.
linux下部署tomcat+FineReport输入“vi /etc/sysconfig/iptables”,打开iptables的配置文件,输入之前按一下"i",然后添加一行"-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT",这里的数字就是端口号,要开放别的端口可以改这里就行,最后按一下ESC,输入":x",回车,保存退出:
3.重启防火墙
service iptables restart
三.Finereport部署应用至Linux上的tomcat
linux下部署tomcat+FineReport

相关文章:

  • 2021-09-25
  • 2021-09-22
  • 2022-02-07
  • 2021-04-07
  • 2021-07-01
  • 2021-12-05
  • 2021-05-04
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-03-03
  • 2021-10-04
  • 2021-07-03
  • 2021-05-03
  • 2021-11-03
相关资源
相似解决方案