Tomcat: A docBase inside the host appBase has been specified, and will be ignore

錯誤警告A docBase inside the host appBase has been specified, and will be ignore

因為${catalina.home}/webapps底下已經存在一個mywebapp,

而conf\Catalina\localhost\ROOT.xml 也指定同一個mywebapp的docBase,

導致啟動Tomcat時,檢測到webapp docBase已被載入過。

解決方法:將mywebapp移出 ${catalina.home}/webapps到其他路徑

reference
http://blog.sina.com.cn/s/blog_7623ecc40100wvlo.html


留言

這個網誌中的熱門文章

Java Servlet MVC web app

JavaMail透過Gmail寄信發生AuthenticationFailedException錯誤