摘要: 停掉Tomcat服务器 进入Tomcat安装路径,选择conf文件夹,编辑service.xml文件 在Connector标签中添加一个 URIEncoding="UTF-8" 重启Tomcat 阅读全文
posted @ 2020-06-21 15:37 青衫客36 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 1、端口测试 netstat -tunlp |grep 8080 netstat -tunlp |grep 3306 netstat -tunlp |grep 22 2、防火墙操作 1、查看firewall服务状态 systemctl status firewalld 2、查看firewall的状态 阅读全文
posted @ 2020-06-21 15:33 青衫客36 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 1、查看firewall服务状态systemctl status firewalld出现Active: active (running)切高亮显示则表示是启动状态。出现 Active: inactive (dead)灰色表示停止,看单词也行。2、查看firewall的状态firewall-cmd - 阅读全文
posted @ 2020-06-21 13:47 青衫客36 阅读(1109) 评论(0) 推荐(0) 编辑