Document base D:\jakarta-tomcat-5.5.9\webapps\balancer does not exist or iis not

在程序启动的时候出现了  Document base D:\jakarta-tomcat-5.5.9\webapps\balancer does not exist or iis not a readable directory 

 

 

在电脑上找到这个路径:D:\jakarta-tomcat-5.5.9\conf\Catalina,将localhost目录直接删除掉,再一运行,就没事了!

 

因为配置文件中配置了启动程序,而webapps文件夹下却没有此应用程序,所以出现了上述错误。

你可能感兴趣的:(tomcat,IIS)