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

Tomcat设置自动检测和加载变化了的类

时间:2014-09-11 09:36:01      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:des   io   os   ar   strong   art   sp   cti   on   

修改Tomcat/conf/context.xml,在标签中<Context reloadable="true">加入reloadable=”true”

 

<Context reloadable="true">

    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>

    <!-- Uncomment this to disable session persistence across Tomcat restarts -->
    <!--
    <Manager pathname="" />
    -->

    <!-- Uncomment this to enable Comet connection tacking (provides events
         on session expiration as well as webapp lifecycle) -->
    <!--
    <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
    -->

</Context>

Tomcat设置自动检测和加载变化了的类

标签:des   io   os   ar   strong   art   sp   cti   on   

原文地址:http://www.cnblogs.com/hanrq/p/3965714.html

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