linphone-iphone/p2pproxy/bin/p2pproxy.sh
aymeric 2b8200409c Initial import
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2008-09-04 15:47:34 +00:00

9 lines
No EOL
305 B
Bash

#!/bin/sh
if [ -z "$P2P_JMX_PORT"] ; then
P2P_JMX_PORT=6789
fi
exec ${JAVA_HOME}/bin/java -Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=${P2P_JMX_PORT} \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-jar p2pproxy.jar $*