Hi,
I have jsp with servlet page,after run my servlet I
got blank page with the following tomcat error while run my servlet page,
java.lang.NullP ointerException
at com.signup.Base Servlet.doGet
at javax.servlet.h ttp.HttpServlet .service
at org.apache.cata lina.servlets.I nvokerServlet.d oGet
at filters.Example Filter.doFilter
at org.apache.cata lina.core.Stand ardPipeline$Sta ndardPipelineVa lveContext.invo keNext
Any one help me,
thanks in advance.
I have jsp with servlet page,after run my servlet I
got blank page with the following tomcat error while run my servlet page,
java.lang.NullP ointerException
at com.signup.Base Servlet.doGet
at javax.servlet.h ttp.HttpServlet .service
at org.apache.cata lina.servlets.I nvokerServlet.d oGet
at filters.Example Filter.doFilter
at org.apache.cata lina.core.Stand ardPipeline$Sta ndardPipelineVa lveContext.invo keNext
Any one help me,
thanks in advance.
Comment