Tomcat设置热部署

conf文件下的context.xmlserver.xml这两个文件

context.xml中:

<Context reloadable="true">

server.xml中 :

<Host name="localhost"  appBase="webapps" unpackWARs="true" autoDeploy="true">  

其中autoDeploy=”true”就是热部署

posted @ 2015-12-04 00:00  曾颐楠  阅读(147)  评论(0编辑  收藏  举报