标签:目录 java tomcat http javac base 存在 meta 配置
如标题所述 在eclipse中导入工程运行时提示 目录不存在。
解决办法:
检查eclipse 中tomcat的配置发布路径和 conf/server.xml 中的发布路径是否一致
和
是否一致,如果不一致 则会在运行时 报
java.lang.IllegalArgumentException: Document base D:\Code\MyJavaCode\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\xxx does not exist or is not a readable directory
Eclipse里Tomcat报错:Document base ……does not exist or is not a readable directory
标签:目录 java tomcat http javac base 存在 meta 配置
原文地址:http://www.cnblogs.com/LeonLF/p/7144857.html