java.lang.IllegalArgumentException Java高手解答

来源:百度知道 编辑:UC知道 时间:2024/07/05 05:26:51
java.lang.IllegalArgumentException: Document base F:\Temp\JAVA\jsptest\WebRoot does not exist or is not a readable directory
at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:141)
at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:3944)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4113)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
at org.apach

F:\Temp\JAVA\jsptest\WebRoot does not exist or is not a readable directory

不存在啊!
这个你看看,看看是否存在webroot!
跟你删除有关!

Document base F:\Temp\JAVA\jsptest\WebRoot does not exist or is not a readable directory
不存在或者不是一个可读的目录