youlanxuanxiao commented on issue #6282:
URL: https://github.com/apache/seatunnel/issues/6282#issuecomment-1909674967

   目前已解决:
   
SeaTunnel和Seatunnel-web可以放在两个服务器上,然后在web的服务器上,原封拷贝一份Seatunnel,然后在web所在的服务器上面设置环境变量
   export SEATUNNEL_HOME=***
   export SEATUNNEL_WEB_HOME=***
   export ST_WEB_BASEDIR_PATH=***
   export 
PATH=$PATH:$SEATUNNEL_HOME/bin:$SEATUNNEL_WEB_HOME/bin:$ST_WEB_BASEDIR_PATH/bin
   source /etc/profile
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to