tomcat antiResourceLocking antiJARLocking 的作用和用法
更新時(shí)間:2009年08月01日 13:55:51 作者:
tomcat 里 antiResourceLocking 和 antiJARLocking 的作用和用法
我們先來(lái)看看這個(gè) antiResourceLocking 到底是干什么的!
If true, Tomcat will prevent any file locking. This will significantly impact startup time of applications, but allows full webapp hot deploy and undeploy on platforms or configurations where file locking can occur. If not specified, the default value is false.
Please note that setting this to true has some side effects, including the disabling of JSP reloading in a running server: see Bugzilla 37668.
Please note that setting this flag to true in applications that are outside the appBase for the Host (the webapps directory by default) will cause the application to be deleted on Tomcat shutdown. You probably don't want to do this, so think twice before setting antiResourceLocking=true on a webapp that's outside the appBase for its Host.
我大致翻譯一下:
如果這個(gè)參數(shù)為true,那么將組織任何文件鎖。這將明顯的影響應(yīng)用的啟動(dòng)時(shí)間,但允許webapps,可能發(fā)生鎖的平臺(tái)和配置下,支持完整的熱部署和熱卸載。如果不配置,默認(rèn)值是false;
如果設(shè)置為true,有一些副作用,包括屏蔽了JSP文件在運(yùn)行服務(wù)器上的重新加載。
如果設(shè)置為true,且部署在Host的AppBase目錄外面(默認(rèn)是webapps),在Tomcat關(guān)閉的時(shí)候?qū)?dǎo)致應(yīng)用被刪除。
最主要的就翻譯到這里了。實(shí)際上,如果為false,因?yàn)榇嬖阪i,在你重新發(fā)布的時(shí)候,可能出現(xiàn)部分代碼無(wú)法更新。因?yàn)樵嘉募赡芤驗(yàn)楸绘i住了,不能刪除。
當(dāng)然,如果為false,那么部署的目錄就是和包名相同了。如果是false,則會(huì)每次都放到一個(gè)臨時(shí)目錄下面,一個(gè)temp目錄。這也是這個(gè)配置引發(fā)的一個(gè)副作用。
另外的一個(gè)類似的配置 antiJARLocking 是防止jar類庫(kù)被鎖定而無(wú)法刪除這個(gè)作用的。
If true, Tomcat will prevent any file locking. This will significantly impact startup time of applications, but allows full webapp hot deploy and undeploy on platforms or configurations where file locking can occur. If not specified, the default value is false.
Please note that setting this to true has some side effects, including the disabling of JSP reloading in a running server: see Bugzilla 37668.
Please note that setting this flag to true in applications that are outside the appBase for the Host (the webapps directory by default) will cause the application to be deleted on Tomcat shutdown. You probably don't want to do this, so think twice before setting antiResourceLocking=true on a webapp that's outside the appBase for its Host.
我大致翻譯一下:
如果這個(gè)參數(shù)為true,那么將組織任何文件鎖。這將明顯的影響應(yīng)用的啟動(dòng)時(shí)間,但允許webapps,可能發(fā)生鎖的平臺(tái)和配置下,支持完整的熱部署和熱卸載。如果不配置,默認(rèn)值是false;
如果設(shè)置為true,有一些副作用,包括屏蔽了JSP文件在運(yùn)行服務(wù)器上的重新加載。
如果設(shè)置為true,且部署在Host的AppBase目錄外面(默認(rèn)是webapps),在Tomcat關(guān)閉的時(shí)候?qū)?dǎo)致應(yīng)用被刪除。
最主要的就翻譯到這里了。實(shí)際上,如果為false,因?yàn)榇嬖阪i,在你重新發(fā)布的時(shí)候,可能出現(xiàn)部分代碼無(wú)法更新。因?yàn)樵嘉募赡芤驗(yàn)楸绘i住了,不能刪除。
當(dāng)然,如果為false,那么部署的目錄就是和包名相同了。如果是false,則會(huì)每次都放到一個(gè)臨時(shí)目錄下面,一個(gè)temp目錄。這也是這個(gè)配置引發(fā)的一個(gè)副作用。
另外的一個(gè)類似的配置 antiJARLocking 是防止jar類庫(kù)被鎖定而無(wú)法刪除這個(gè)作用的。
相關(guān)文章
Tomcat 多站點(diǎn)配置詳解及實(shí)現(xiàn)方法
這篇文章主要介紹了Tomcat 多站點(diǎn)配置詳解及實(shí)現(xiàn)方法的相關(guān)資料,需要的朋友可以參考下2016-12-12centos6配置tomcat8開(kāi)機(jī)自啟動(dòng)腳本
這篇文章主要介紹了centos6配置tomcat8開(kāi)機(jī)自啟動(dòng)腳本的相關(guān)資料,需要的朋友可以參考下2018-01-01啟動(dòng)tomcat時(shí) 錯(cuò)誤: 代理拋出異常 : java.rmi.server.ExportException: Port
這篇文章主要介紹了啟動(dòng)tomcat時(shí) 錯(cuò)誤: 代理拋出異常 : java.rmi.server.ExportException: Port already in use: 1099的解決辦法的相關(guān)資料,需要的朋友可以參考下2016-05-05Tomcat+Mysql高并發(fā)配置優(yōu)化講解
今天小編就為大家分享一篇關(guān)于Tomcat+Mysql高并發(fā)配置優(yōu)化講解,小編覺(jué)得內(nèi)容挺不錯(cuò)的,現(xiàn)在分享給大家,具有很好的參考價(jià)值,需要的朋友一起跟隨小編來(lái)看看吧2019-03-03Tomcat的Server Options選項(xiàng)詳解
這篇文章主要介紹了Tomcat的Server Options選項(xiàng)詳解,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2018-09-09解決Tomcat運(yùn)行startup.bat閃退問(wèn)題方法
這篇文章主要為大家介紹了解決Tomcat運(yùn)行startup.bat閃退問(wèn)題方法詳解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪2023-12-12如何將Tomcat設(shè)置為自動(dòng)啟動(dòng)的服務(wù)最快捷方法
這篇文章主要介紹了如何將Tomcat設(shè)置為自動(dòng)啟動(dòng)的服務(wù)最快捷方法,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2018-11-11