2025-03-19 10:28:25 +08:00

12 lines
276 B
Bash

#!/usr/bin/sh
if [ "$1" = "" ] ; then
echo "Usage: startQRY.sh <number:Server>"
exit 1
fi
((JMXPORT=21203+10*($1-1)))
echo 'JMXPORT='$JMXPORT
((HTTPPORT=22203+10*($1-1)))
echo 'HTTPPORT='$HTTPPORT
zidmboot.sh start QRYsvr $1 $JMXPORT $HTTPPORT 512M 1024M 2 1 10 m2wmsap1