重点技术-20180815-MyEclipse+Tomcat热部署

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/namelessfighter/article/details/81710229

1)、修改tomcat/conf/server.xml文件,给<host>标签添加reloadable="true"

 

2)、修改tomcat/conf/web.xml文件,给<servlet>添加以下内容

<init-param>

    <param-name>development</param-name>

    <param-value>true</param-value>

</init-param>

3)、以Debug模式在MyEclipse中调试

猜你喜欢

转载自blog.csdn.net/namelessfighter/article/details/81710229
今日推荐