FineDataLink Version
Functional Change
4.0.1.1
4.0.6
Modified the default port number of the projects deployed with independent packages to 8068.
This document introduces independent deployment methods in detail.
FDL Deployment Environment Preparation
You can send an email to international@fanruan.com or click at https://help.fanruan.com/finedatalink-en/.
For more contact methods, see Technical Support Channel Introduction.
Decompress the downloaded deployment package to a directory, as shown in the following figure.
Do not decompress the deployment package to the system disk (C disk).
Memory Modification
You need to deploy the FineDataLink project on the application server that meets certain configuration requirements.
The downtime risk exists if the application server does not meet the requirements for project use.
You are advised to configure the required parameters before starting the Tomcat server. For details, see Modifying Tomcat Memory.
Port Number Modification
The default access address of FineDataLink is http://localhost:8068/webroot/decision. If a project on Windows has occupied port 8068, you can modify the default port number of FineDataLink. For details, see Modifying Tomcat Port Number.
Go to the %Tomcat_HOME%\tomcat-win64\bin path and double-click the startup.bat file to start the Tomcat server. As shown in the following figure.
Accessing the FineDataLink platform means accessing the deployed data processing project.
Enter the access address http://IP address:Port number/Project name/decision in the browser address bar. If the FineDataLink initialization configuration page is displayed, the deployment is successful. As shown in the following figure.
The default access address is http://localhost:8068/webroot/decision.
The access address includes Server IP address, Port number, Project file name, and decision. The default port number is 8068.
The following figure displays the homepage of the independently deployed FineDataLink after logging in to the platform.
After deploying the project, you need to register a license for FineDataLink to use the functionality. For details, see Registration Introduction.
Problem:
After starting FineDataLink deployed in a Windows environment, a Tomcat window will pop up. If you accidentally click the content in the window, Tomcat may pause.
Solution:
Right-click the Tomcat window, click Properties, deselect Quick Edit Mode and Insert Mode, and click OK. As shown in the following figure.
After deselecting Quick Edit Mode, you cannot select texts from the Tomcat window to copy and paste them.
In some environments, you need to run cmd as the admin, right-click the Tomcat window, click Properties, deselect Quick Edit Mode and Insert Mode, and click OK.
1. Upload the obtained deployment package to a path in the Linux system. In this example, the package is uploaded to the /home/wendy/etl path. You can select a path to upload based on actual conditions. As shown in the following figure.
2. Decompress the deployment package. The execution statement is as follows:
cd /home/wendy/etl #Enter the directory where the uploaded deployment package is located.
tar -zxvf tomcat-linux.tar.gz #Decompress Tomcat installation package.
The default port number of the deployment package below version 4.0.6 is 8080.
The default port number of the deployment package above version 4.0.6 is 8068.
Before starting the project, you can use the command lsof -i:Port number to check whether the port is occupied.
If the Tomcat port number is occupied, you need to modify it. For details, see Modifying Tomcat Port Number.
1. Start the server with the following statement:
cd /home/wendy/etl/tomcat-linux/bin #Enter the /bin directory.
./startup.sh #Start Tomcat.
2. Enter the address http://IP address:Port number/webroot/decision in the browser address bar to access the project, as shown in the following figure.
The default port number is 8068.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy