您的位置:首页 > 运维架构 > Tomcat

启动tomcat出现java.lang.IllegalArgumentException,解决方法

2014-10-21 18:13 721 查看
启动服务报

java.lang.IllegalArgumentException:

Document base E:\apache-tomcat-8887\webapps\megaeyes_enterprise_manager does not exist or is not a readable directory 

但是项目能正常运行,

1.该项目的War文件从***\apache-tomcat-6.0.16\webapps 移出;

2.该项目的某些配置从 ***apache-tomcat-6.0.16\work\Catalina\localhost 移除;

3.该项目的配置文件,目录: ***\apache-tomcat-6.0.16\conf\Catalina\localhost移除。

做了1,2,是不够的,必须把第三步也做了才行,
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐