What is antiJARLocking attribute?

前端 未结 2 439
广开言路
广开言路 2021-01-01 09:28

what does the attribute antiJARLocking mean ? What is it\'s significance when I turn it to true / false ?

I have seen this attribute in c

2条回答
  •  梦毁少年i
    2021-01-01 09:38

    Windows likes to lock files during classloading, thus preventing them from being manually deleted or being opened by another application. It also causes problems when undeploying and redeploying a war. In Tomcat, when you specify this will prevent Windows from acquiring a lock on your jars

提交回复
热议问题