org.apache.jasper.el.ELContextImpl cannot be cast to org.apache.jasper.runtime.ELContextImpl

前端 未结 7 1241
有刺的猬
有刺的猬 2020-12-16 01:02

I have a web service project implemented in java and it also contains jsp pages. I deploy it on jetty 8.1.5 on my machine and it works normally. But when I deploy on a windo

7条回答
  •  春和景丽
    2020-12-16 01:19

    Add this line in :

    
    

    This problem is related with a conflicted jars in the applications tag. This looks like:

    
    
    
    
      
      WEB-INF/web.xml
       
      
      
    
      
      
    
    
    

提交回复
热议问题