1、下载官方的JDK,自带就工具,直接安装
2、配置远程服务器的端口
catalina.sh
JAVA_OPTS="-server -Djava.security.egd=file:/dev/./urandom" CATALINA_OPTS=" -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=121.196.202.217"