ashwin venkat wrote:but the javax.servlet.jar does'nt not contain getJspApplicationContext... this method exists in jsp-api.jar .
ashwin venkat wrote:it is trying to access a method that is not there in javax.servlet.jar , but in jsp-api.jar .
ashwin venkat wrote:here's the error i have got....
javax.servlet.ServletException: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:274)
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
but the javax.servlet.jar does'nt not contain getJspApplicationContext... this method exists in jsp-api.jar . why is the wrong reference occuring. please help.
if may be cos of anyother thing please let me know with possible solutions.
Piyush Mangal wrote:The above stacktrace does not seem to be complete. Can you please post the complete stack trace.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions