servletcontext weird nullpointerexception

2003-07-02 Thread Mathias af Jochnick
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]



Re: servletcontext weird nullpointerexception

2003-07-02 Thread Minimalist Manager
ERROR:
There is no such list WEIRD here.

SOLUTION:
Send a message to [EMAIL PROTECTED] with a subject
of 'info' (no quotes) for a list of available mailing lists.

-- 
Sincerely, the Minimalist

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



Re: servletcontext weird nullpointerexception

2003-07-02 Thread Minimalist Manager
ERROR:
There is no such list WEIRD here.

SOLUTION:
Send a message to [EMAIL PROTECTED] with a subject
of 'info' (no quotes) for a list of available mailing lists.

-- 
Sincerely, the Minimalist

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



Re: servletcontext weird nullpointerexception

2003-07-02 Thread Tim Funk
In your Servlet's init(...) make sure your call super.init(...)

-Tim

Mathias af Jochnick wrote:
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]