码迷,mamicode.com
首页 > 其他好文 > 详细

host元素的属性autoDeploy和reloadable的区别

时间:2018-10-08 19:29:22      阅读:549      评论:0      收藏:0      [点我收藏+]

标签:box   webapp   操作   host   art   ext   属性   文件   nbsp   

web.xml文件的修改会触发AutoDeploy,受host节的autoDeploy配置值的影响。
class类文件修改会触发Reload操作,受reloadable配置值的影响。
而autoDeploy和reloadable的配置在conf/server.xml中,类似如下:
<Host name="localhost" appBase="webapps" unpackWARs="true" >
<Context path="/test" docBase="c:/test" reloadable="true"/>
</host>
 

host元素的属性autoDeploy和reloadable的区别

标签:box   webapp   操作   host   art   ext   属性   文件   nbsp   

原文地址:https://www.cnblogs.com/zhjh256/p/9756133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!