摘要: 修改tomcat配置文件server.xml 这里以jenkins为例子: <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="" docBase="jenkins" 阅读全文
posted @ 2020-08-03 15:51 随便写写-运维 阅读(3432) 评论(0) 推荐(0)
摘要: 关闭tomcat的一些不安全http请求方法: 在tomcat的web.xml或者项目的web.xml中添加以下参数:(图中tomcat版本为7.0.61) <security-constraint> <web-resource-collection> <web-resource-name>fort 阅读全文
posted @ 2020-08-03 15:46 随便写写-运维 阅读(1723) 评论(0) 推荐(0)