Please suggest,
I am getting the following error "The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from required .class files" even after adding jsp-api.jar and servlet-api.jar
If people are looking for the fix just import servlet-api and jsp-api from jars from the tomcat/lib folder. Good luck!