摘要:
多Tomcat部署配置修改 修改配置文件: /opt/tomcat8.5/nps-tomcat8865/conf/server.xml ,修改以下三个配置端口为未被占用端口 <Server port="8007" shutdown="SHUTDOWN"> <Connector port="8081" 阅读全文
摘要:
iptables防火墙命令操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永久关闭 阅读全文