java.lang.IllegalArgumentException: Document base *** does not exist or is not a


SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base XXX does not exist or is not a readable

错误提示:XXX不存在或只读。
网上看了很多,大多给出的意见是将该项目有关的文件删除。而我提供的则是改正配置文件使这个项目正常运行。
找到conf/catalina/localhost下,有一个关于XXX.xml的配置文件,其中配置了你的项目路径,修改正确重启tomcat即可。

你可能感兴趣的:(tomcat启动异常)