当前位置:编程学习 > JAVA >>

求解tomcat5.0启动报错localhost failed to start

Server Tomcat v5.0 Server at localhost failed to start. --------------------编程问答-------------------- 1. 修改conf/context.xml文件,新加两个属性.
<Context  reloadable="true" privileged="true"> 
    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
</Context>
2. 重启Eclipse,此步非常重要,一定要做 --------------------编程问答-------------------- 同楼上,顶楼上 --------------------编程问答--------------------
引用 1 楼 xxjxxmxhlr 的回复:
1. 修改conf/context.xml文件,新加两个属性.
<Context  reloadable="true" privileged="true"> 
    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
</Context>
2. 重启Eclipse,此步非常重要,一定要做

+1 --------------------编程问答-------------------- 回复于: 2013-06-18 09:06:19 

1. 修改conf/context.xml文件,新加两个属性.
 <Context  reloadable="true" privileged="true"> 
     <!-- Default set of monitored resources -->
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
 </Context>
 2. 重启Eclipse,此步非常重要,一定要做 
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,