"Too much output to process" when run jsp homepage in Struts 2 project
I am using IntelliJ IDEA 13.1, Windows 7, Tomcat 8.0.9.
I am Struts 2 newbie. I create new Struts 2 project from archetype: strust2-archetype-starter. When I run index.jsp, console ouput: "Too much output to process":
This is my Project:
http://www.mediafire.com/download/660qdodrmd1tz3o/Struts01.zip
Your time and help is greatly appreciated.
Please sign in to leave a comment.
The servlet with name "jspSupportServlet" defined in web.xml misses servlet-mapping
thank you!