首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

tomcat启动出现Document . does not exist or is not a readable directory的有关问题

2012-09-05 
tomcat启动出现Document ... does not exist or is not a readable directory的问题invoke(DelegatingMeth

tomcat启动出现Document ... does not exist or is not a readable directory的问题
invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)



网上看到很多人都问这个问题,都没有解决,今天我也碰到了,我也按照网上的方法试了,结果都不行,其中包括:把work/catalina/localhost下的东西都删掉,检查配置文件的无用连接,都不行,最后,我找到了:conf\Catalina\localhost下有一个host-manager.xml的文件,就是我报错的那个文件名,所以我确定就是它,删除后重启tomcat就好了,建议大家试一下。

热点排行