Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置antiResourceLocking="true"嵌入式 tomcat 8?
antiResourceLocking="true"
我没有找到任何方法。
我使用嵌入式 tomcat 8.5.8。
org.apache.catalina.Context将您的对象投射到org.apache.catalina.core.StandardContext然后调用StandardContext#setAntiResourceLocking(true).
org.apache.catalina.Context
org.apache.catalina.core.StandardContext
StandardContext#setAntiResourceLocking(true)