gpt4 book ai didi

java - 什么是 antiJARLocking 属性?

转载 作者:IT老高 更新时间:2023-10-28 20:58:39 29 4
gpt4 key购买 nike

antiJARLocking 属性是什么意思?当我把它变成 true/false 有什么意义?

我在 web-application 的 context.xml 文件中看到了这个属性:

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/poll">
<Resource name="jdbc/PollDatasource" auth="Container"
type="javax.sql.DataSource"
// etc etc
</context>

最佳答案

Tomcat 7

来自 Tomcat 7.0 documentation for Context Configuration :

"antiJARLocking - If true, the Tomcat classloader will take extra measures to avoid JAR file locking when resources are accessed inside JARs through URLs. This will impact startup time of applications, but could prove to be useful on platforms or configurations where file locking can occur. If not specified, the default value is false."

(他们试图解决的问题......我认为......是锁定的 JAR 文件会阻止热重新部署等工作。)

阅读文档了解更多信息。

Tomcat 8 及更高版本

antiJARLocking 属性被 antiResourceLocking 替换Tomcat 8 及更高版本中的属性。文档提到了设置此属性的一些值得注意的副作用。


另见:

关于java - 什么是 antiJARLocking 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11607009/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com