1、配制好jdk、tomcat(能正常启动)
2、cd /usr/local/tomcat/bin
3、vi setenv.sh
CATALINA_OPTS="-Djava.rmi.server.hostname=192.168.8.129
-Dcom.sun.management.jmxremote.port=8181
-Dcom.sun.management.jmxremote.rmi.port=8181(必须增加该行内容,否则不能连接)
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false"
4、重启tomcat
5、开启端口
firewall-cmd --zone=public --add-port=8181/tcp --permanent
firewall-cmd --reload
6、客户端连接