Start Maven project in idea with jetty and report error caused by: java.lang.classnotfoundexception: org.apache.jasper.runtime.jspapplicationcontextimpl

Start the Maven project in idea with jetty and report this error. I use the default port 8080,

Caused by: java.lang.ClassNotFoundException: org.apache.jasper.runtime.JspApplicationContextImpl

Solution: 1. Change the port (I can start it by changing it to 8083). 2. Kill the occupied 8080 port and restart it

Similar Posts: