天天看點

linux下部署finereport

參考網址:

https://blog.csdn.net/Z_YTTT/article/details/68059517

https://juejin.im/post/5d3d51f9e51d45777621bc97

安裝jdk

安裝tomcat

引入tools

cp /usr/local/jdk/lib/tools.jar /apps/tomcat/webapps/webroot/WEB-INF/lib/

解壓下載下傳的部署tar包。

把webroot 放到webapps下面。 帆軟要下載下傳部署版本的

通路網址http://IP位址:8080/webroot/decision

實作端口轉發

~]# yum install nginx -y

步驟略

~]# vim /etc/nginx/conf.d/default.conf

location / {

proxy_pass http://127.0.0.1:8080;

}

linux下部署finereport

繼續閱讀