Lines Matching refs:port

124 # restart on other port
128 _app_start -Dcom.sun.management.jmxremote.port=$1 \
138 _jcmd ManagementAgent.start jmxremote.port=$2
162 _jcmd ManagementAgent.start jmxremote.port=$1 jmxremote.authenticate=false jmxremote.ssl=false
180 # start JMX by jcmd on one port than on other one
185 _jcmd ManagementAgent.start jmxremote.port=$1 jmxremote.authenticate=false jmxremote.ssl=false
188 _jcmd ManagementAgent.start jmxremote.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
216 # start JMX by jcmd on one port, specify rmi port explicitly
221 _jcmd ManagementAgent.start jmxremote.port=$1 jmxremote.rmi.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
262 # start JMX by jcmd on one port, specify rmi port explicitly
264 # 1) with the same port
265 # 2) with other port
272 _jcmd ManagementAgent.start jmxremote.port=$1 jmxremote.authenticate=false jmxremote.ssl=false
285 _jcmd ManagementAgent.start jmxremote.port=$1 jmxremote.authenticate=false jmxremote.ssl=false
287 _jcmd ManagementAgent.start jmxremote.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
293 _jcmd ManagementAgent.start jmxremote.port=22 jmxremote.rmi.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
310 _jcmd ManagementAgent.start jmxremote.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
334 _app_start -Dcom.sun.management.jmxremote.port=$1 \
344 _jcmd ManagementAgent.start jmxremote.port=$2 jmxremote.authenticate=false jmxremote.ssl=false
380 jmxremote.authenticate=false jmxremote.port=$2
404 _app_start -Dcom.sun.management.jmxremote.port=$1 \
411 _jcmd ManagementAgent.start jmxremote.ssl=false jmxremote.port=$1
417 _jcmd ManagementAgent.start jmxremote.port=$1
439 _app_start -Dcom.sun.management.jmxremote.port=$2 \
503 _app_start -javaagent:${AGENT}=com.sun.management.jmxremote.port=$1,com.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
525 _app_start -Dcom.sun.management.jmxremote.port=$1 \
526 -Dcom.sun.management.jmxremote.rmi.port=$2 \
564 --port-one=*) _port_one=`_echo $parm | sed "s,^--.*=\(.*\),\1,"` ;;
565 --port-two=*) _port_two=`_echo $parm | sed "s,^--.*=\(.*\),\1,"` ;;