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

启动Tomcat6.x时,manager does not exist or is not a readable directory-解决

时间:2014-09-01 15:40:03      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   io   java   ar   文件   art   div   

几天重新安装了Tomcat6,安装完Tomcat6后在wepapps下面会有一些tomcat自带的项目(root、manager、host-manager等几个),这几天项目没什么用我就删掉了,后来在MyEclipse中配置好Tomcat,新建web项目,在启动Tomcat是会出现 


严重: Error starting static Resources 
java.lang.IllegalArgumentException: Document base D:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\host-manager does not exist or is not a readable directory 

和 

严重: Error starting static Resources 
java.lang.IllegalArgumentException: Document base D:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\manager does not exist or is not a readable directory 

错误; 

这是因为在conf\Catalina\localhost里面有两个xml文件host-manager.xml、manager.xml,删掉他们在启动Tomcat就没问题了。 
或Catalina里面其它的文件夹中也可能存在host-manager.xml,manager.xml这样的文件, 把它们都删除了就可以了. 


再就是我们自己建立的项目删掉以后也会出现这种问题 

我们就把conf\Catalina\localhost相应配置文件删掉、把conf下的server.xml及context.xml中的相关配置删掉。 

启动Tomcat6.x时,manager does not exist or is not a readable directory-解决

标签:style   color   os   io   java   ar   文件   art   div   

原文地址:http://blog.csdn.net/emoven/article/details/38980085

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