maven WEB项目启动没问题访问页面就报错:org.apache.jasper.JasperException: Unable to compile class for JSP

明明使用的是tomcat 8,而且配置也是8,但运行的时候会变成tomcat6,找了一遍,找到解决方案。

maven WEB项目启动没问题访问页面就报错:org.apache.jasper.JasperException: Unable to compile class for JSP

在运行maven项目时,写上 "tomcat8:run"就会通过tomcat8运行,否则默认tomcat6

转载:https://blog.csdn.net/u011781521/article/details/53713162

相关文章: