严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.filterStart 启动过滤器异常
java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter
解决方案:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1">
tomcat 8.5版本只支持web 3.x ,目前只有tomcat 9.0 版本支持 4.0 这里需要注意..
如果还会出错,需要看WEB-INF/lib 中是否将jar包加入了
原文:https://www.cnblogs.com/jakeprim/p/12533931.html