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>
 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-10-11
  • 2022-12-23
  • 2021-08-13
  • 2021-10-07
猜你喜欢
  • 2022-02-02
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案