6.0.5
/
To deploy the project to Tomcat, you need to install Tomcat and JDK, which is troublesome for beginners.
FanRuan has integrated the Web container including projects and environment configurations, allowing you to directly deploy and start FineBI in the corresponding system without configuring the environment.
This document introduces how to use the Tomcat deployment package in Linux.
You have prepared the required environment by referring to Preparations for Environment Deployment of FineBI Project.
1. FanRuan provides the deployment package for Linux x64. Before downloading the deployment package, you need to check whether the system architecture meets the installation requirements through the command uname -m, as shown in the following figure.
2. Paying users can contact our technical support to obtain the deployment package of the corresponding version.
3. Upload the deployment package to Linux, as shown in the following figure.
1. Go to the directory where the uploaded deployment package is located.
cd /home/BItest
2. Decompress the deployment package.
tar -zxvf tomcat-linux-x64.tar.gz
3. Rename the Tomcat folder through the command mv tomcat-linux-x64 tomcat.
If you want to retain the project previously configured on the local computer, you can proceed with steps in this section. If not, you can skip this section.
1. Delete the webroot folder from the decompressed deployment package (in the %Tomcat_HOME%\tomcat-win64\webapps path).
2. Copy and paste the webroot folder of the original project (in the %BI_HOME%\webapps path) to the current location.
You need to deploy the FineBI project on the application server that meet some configuration requirements.
The downtime risk exists if the application server does not meet the requirements for project use.
You are advised to configure required parameters before starting the Tomcat server.
1. Go to the bin directory.
cd /home/BItest/tomcat/bin
2. Start Tomcat.
./startup.sh
3. Check whether consumed time for Tomcat re-startup is displayed in the real-time log. If so, the Tomcat startup is successful.
cd /home/BItest/tomcat/logs
tail -f catalina.out
Enter the access address http://IP address:Port number/Project name/decision in the browser address bar. If the FineBI initialization configuration page is displayed, the deployment is successful, as shown in the following figure.
The access address includes Server IP address, Port number, Project file name, and decision.
The default port number of Tomcat is 8080. The default project name is webroot.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy