Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Using the supplied script, acuxdbcs.bat (acuxdbcs.sh on UNIX), AcuXDBC Server won't start on a non-default port.
The start command used is: acuxdbcs.bat -start -p 20225
But it always starts on the default port, 20222.
Refer to the comments inside the script for proper usage:
rem = Usage:
rem = acuxdbcs -help
rem = acuxdbcs -info [-n port] [server]
rem = acuxdbcs -kill [-n port] [server]
rem = acuxdbcs -start [-n port] [-l]
Note that the AcuXDBC Server scripts accept -n to specify an alternate port, rather than -p.
This command will work: acuxdbcs.bat -start -n 20225