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

起步Tomcat6.x时manager does not exist or is not a readable directory

2012-09-27 
启动Tomcat6.x时manager does not exist or is not a readable directory在MyEclipse中配置好Tomcat,新建w

启动Tomcat6.x时manager does not exist or is not a readable directory
在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中的相关配置删掉。

热点排行