一个tomcat下多个应用:我的应用xxx启动不起来,页面报错404;
May 29, 2015 5:58:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/report-main] startup failed due to previous errors
在web.xml中加入一个webRootKey参数,重启解决问题。
webRootKey,不能重复。
<context-param> <param-name>webAppRootKey</param-name> <param-value>xxx</param-value> </context-param>