KB Article #52989
How to start XWS in background process?
Problem
Resolution
How to start XWS in background process?
Resolution
Kindly use the command or the same script from the Server/bin.
#!/bin/sh
/root/Axway/Synchrony_V4.0/WebServices_V2.2.0/server/bin/xws_server.sh start > /dev/null 2>&1 &