I am working on a JSP project that uses Apache Tomcat 7.
When running the project on its loading index.html it's OK, but when trying to navigate to another page it's showing the error:
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
Please provide me a solution to get rid of this.