严重: End event threw exception
java.lang.IllegalArgumentException: Can't convert argument: null
at org.apache.tomcat.util.IntrospectionUtils.convert(IntrospectionUtils.java:960)
at org.apache.tomcat.util.digester.CallMethodRule.end(CallMethodRule.java:476)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1063)
下面是web.xml配置文件
boot_crm
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
web.xml中servlet配置出错了。