Hello all,

I have a Servlet that I've setup in the /conf/web-xml file, i.e. not in a
web-app.

It works fine, except for that when I in the doGet() method call
getServletContext(), tomcat throws a nullpointerexception!

java.lang.NullPointerException
        at javax.servlet.GenericServlet.getServletContext(GenericServlet.java:205)

Can anyone shed a light on why this is happening?

My workaround is a reference to the ServletContext in the class, that I
assign in the init()-method, because I can get the ServletContext from the
ServletConfig init-parameter.

/Mathias


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to