feat: 增加Tomcat测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 03:42:46 +08:00
parent 1f860f22c8
commit 57b6d41737
4 changed files with 43 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context antiResourceLocking="false" privileged="true" >
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow=".*" />
</Context>