Overview
Version
FineBI Server Version | Functions |
6.0 | - |
Functions
Tomcat is a free and relatively stable web application server. It is popular among many small and medium-sized enterprises. This article will introduce how to deploy FineBI project in the Tomcat server. There are two deployment methods:
l Server deployment package: No need to prepare Tomcat or JDK separately. You can directly deploy a Web container that includes FineBI project and environment configuration by one-click.
l Standalone deployment: You should prepare Tomcat and JDK and deploy them in FineBI respectively.
Server Deployment Package
To deploy FineBI project to Tomcat, it is necessary to first install Tomcat server and JDK package, which may be troublesome you
FanRuan has integrated a web container that includes the project and environment configuration. This web container supports direct deployment and startup in the corresponding system without environment configuration.
Operation System | Deployment Method |
Windows | Tomcat server deployment package in Windows |
Linux | Tomcat server deployment package in Linux |
Standalone Deployment
Environment Preparation
The supported versions of Tomcat server and JDK are as follows. Inappropraite versions may result in server deployment failure.
Notes:
1. If you install multiple Tomcat servers in the environment, it is not recommended to configure the CATALINA_HOME or TOMCAT_HOME environment variables. Otherwise, no matter which Tomcat you start, it will always be the one specified by CATALINA_HOME.
2. Multiple FineBI projects cannot be deployed in the same Tomcat server.
3. The log management provided by the platform cannot clean up the log files in the %TOMCAT_HOME%/logs folder. The catalina.out file will occupy a large amount of disk space if it runs for a long time. It is recommended to clean up the catalina.out file regularly.
Environment | Version |
Tomcat server version | Support tomcat 8.0(Not support Tomcat 8.0.32) Support tomcat 9.0 Not support tomcat 10.0 |
JDK version | JDK 1.8 is supported and the minor version must be above JDK 8u102. The installed JDK version must match the operation system. A 64-bit operation system can install a 32-bit JDK, but FineBI does not support this operation. |
Deployment Method
Operation System | Method |
Windows system | Tomcat server standalone deployment package in Windows |
Linux system |
Further Opeartions
After initializing the platform, you can proceed to the following opeartions.
Recommended Operations | Functions |
Access the data decision system directly through IP in Tomcat. | When you access the platform, you hope there is no /webroot/decision in the access path. |
Modify the port number of FineBI project. | The default port number of Tomcat is 8080. When you want to modify multiple projects deployed in Tomcat, you need to modify the contradictory port number. |
FAQ
If there is any problem or difficulty when you use the platform, you can seek help immediately in Community Q&A.
You can also refer to the relevant help documents to identify and solve problems. The following are common issues you may encounter when deploying a Tomcat server. It is recommended to firstly refer to the help documents to identify and solve problems.
Help Document | Description |
Linux Firewall Usage and Configuration Setting Inbound and Outbound Rules for Windows Server | Open firewall ports. |
Linux File Permission Configuration | Configure Linux file permission. |
Variable Configuration Problems Summary in JAVA Environment | Introduce some error messages and solutions caused by problems with Java environment variable configuration. |