首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

tomcat监听器皿内部署程序的变化配置

2012-10-14 
tomcat监听容器内部署程序的变化配置file:///F:/Tomcat%206.0/conf/context.xmlContext reloadabletrue

tomcat监听容器内部署程序的变化配置

file:///F:/Tomcat%206.0/conf/context.xml

<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>

热点排行