启动Tomcat报异常host-manager does not exist or is not a readable directory

Posted jetlin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动Tomcat报异常host-manager does not exist or is not a readable directory相关的知识,希望对你有一定的参考价值。

前几天重新安装了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中的相关配置删掉。



















以上是关于启动Tomcat报异常host-manager does not exist or is not a readable directory的主要内容,如果未能解决你的问题,请参考以下文章

tomcat8 安装|解决启动慢|进入管理|host-manager 403错误

Tomcat启动报FileNotFound异常解决方案

tomcat里的几类日志: Catalina(catalina.out,catalina.log) localhost manager admin host-manager

Jboss启动报错——DailyRollingFileAppender无法转换异常

maven+SpringMVC框架开发启动tomcat报监听异常

Mybatis映射文件错误Tomcat无法启动,也不报异常