报错HTTP Status 500 - java.lang.ClassCastException: org.apache.jasper.el.ELContextImpl cannot be cast

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/heting717/article/details/81777626

报错:

HTTP Status 500 - java.lang.ClassCastException: org.apache.jasper.el.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

解决:

修改tomcat/conf目录下的文件context.xml

添加一行配置

<Loader delegate="true" />

修改后重启tomcat

猜你喜欢

转载自blog.csdn.net/heting717/article/details/81777626