运行 soap-ui mockservicerunner 作为非阻塞进程
Run soap-ui mockservicerunner as a non-blocking process
我在 linux 系统上使用 soap-ui 来 运行 网络服务模拟。
linux 调用如下所示
/opt/SmartBear/SoapUI-5.4.0/bin/mockservicerunner.sh ./test-soapui-project.xml
我没有设法 运行 将模拟作为一个过程。当我执行以下操作时,"Press any key to terminate" 仍然出现。
/opt/SmartBear/SoapUI-5.4.0/bin/mockservicerunner.sh ./test-soapui-project.xml &
有什么想法吗?
我认为这不是 SoapUI 问题,而是 unix/linux 问题。
快速 google 让我觉得这个步骤涵盖了这个问题......?
https://unix.stackexchange.com/questions/266565/daemonize-a-process-in-shell
我在 linux 系统上使用 soap-ui 来 运行 网络服务模拟。 linux 调用如下所示
/opt/SmartBear/SoapUI-5.4.0/bin/mockservicerunner.sh ./test-soapui-project.xml
我没有设法 运行 将模拟作为一个过程。当我执行以下操作时,"Press any key to terminate" 仍然出现。
/opt/SmartBear/SoapUI-5.4.0/bin/mockservicerunner.sh ./test-soapui-project.xml &
有什么想法吗?
我认为这不是 SoapUI 问题,而是 unix/linux 问题。
快速 google 让我觉得这个步骤涵盖了这个问题......? https://unix.stackexchange.com/questions/266565/daemonize-a-process-in-shell