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>
 
花若盛开,蝶自飞来,你若精彩,幸福开怀!2020年12月11日-18日