After manually upgrading FineDataLink, you need to restart the project.
After modifying a certain configuration of the FineDataLink project, you need to restart the project.
This document describes how to stop and restart the FineDataLink project in the Linux system.
1. For FineDataLink projects deployed in Tomcat, WebLogic, or WebSphere containers, you can stop them by stopping the container.
2. If there are pipeline tasks in the FineDataLink project, you need to pause the pipeline tasks before restarting the FineDataLink project.
In this example, the project is deployed in /home/wendy/FineDataLink/tomcat-linux.
1. Execute the following command to check the project processes. You will find that the current server is running, with process IDs 14429 and 13878, as shown in the following figure.
ps -ef|grep tomcat-linux
2. Kill the project process, and check whether there are unclosed project processes. All processes related to this project need to be killed.
kill 14429kill 13878
After using the command above, you can wait for half a minute, and then use the command ps -ef|grep tomcat-linux again to check if the process has been closed.
1. Enter the bin directory of the project, and then restart the project, as shown in the following figure.
cd /home/wendy/FDL/tomcat-linux/bin./startup.sh
2. Check the real-time log. If the consumed time is displayed in the real-time log, it means that the project has been restarted successfully, as shown in the following figure.
Method One:
cd /home/wendy/FDL/tomcat-linux/logstail -f catalina.out
Method Two:
tail -f /home/wendy/FDL/tomcat-linux/logs/catalina.out
For details, see WebLogic container.
For details, see WebSphere container.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy