Help. how to get ServletContext ?

2003-06-27 Thread Antony
Hi, I have a class which implements HttpSessionBindingListener interface. The class is put in the session scope. I have to get the ServletContext from inside this class. How to get it ?. I don't know much about servlets and Java. Antony

RE: Help. how to get ServletContext ?

2003-06-27 Thread Atreya Basu
[mailto:[EMAIL PROTECTED] Sent: June 27, 2003 5:18 AM To: tomcat mail list Subject: Help. how to get ServletContext ? Hi, I have a class which implements HttpSessionBindingListener interface. The class is put in the session scope. I have to get the ServletContext from inside this class. How

RE: Help. how to get ServletContext ?

2003-06-27 Thread Shapira, Yoav
Howdy, I have a class which implements HttpSessionBindingListener interface. The class is put in the session scope. I have to get the ServletContext from inside this class. How to get it ?. I don't know much about servlets and Java. You might want to get a book or go through some tutorials.