Skip to content
/ check Public

检查服务器状态,测试HTTP请求服务器参数是否正常,以及返回结果是否正常.

License

Notifications You must be signed in to change notification settings

wxlzmt/check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check

检查服务器状态,测试HTTP请求服务器参数是否正常,以及返回结果是否正常.


开发环境

eclipse,tomcat,jdk

语言

java , jsp

使用

打成war包可以放到tomcat下直接用,不涉及配置项,不涉及数据库.

/src/main/webapp/check.jsp , /src/main/webapp/check-text.jsp , 放到已存在的jsp项目中做测试用.
独立文件,不涉及其它css/js.

单独使用 /src/main/webapp/check.jsp,返回美化版的html;
方便浏览器美化展示;

单独使用 /src/main/webapp/check-text.jsp ,返回 text/plain;
方便curl方式访问;


关于 /src/main/webapp/WEB-INF/web.xml , 内置有一个filter,已注释掉.
如果出现HTTP请求中文乱码,可尝试启用此filter做测试调整.


注意

tomcat/conf/server.xmlConnector 节点的 URIEncoding 属性 ,
tomcat7以及以下版本默认值是:ISO-8859-1 ,
tomcat8以及以上版本默认值是:UTF-8.

URIEncoding属性值仅对 HTTP请求的URL参数生效, POST请求体参数不生效.

官方文档
https://tomcat.apache.org/tomcat-7.0-doc/config/http.html
https://tomcat.apache.org/tomcat-8.0-doc/config/http.html
https://tomcat.apache.org/tomcat-9.0-doc/config/http.html


end

About

检查服务器状态,测试HTTP请求服务器参数是否正常,以及返回结果是否正常.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages