Is there any way to get the Servlet Context object in a WebApplication?  I have tried using the getServletContext() method in my application class (which extends WebApplication) which returns null.  I also tried getting the Servlet Config with getServletConfig() which also returns null.  Is there a reason for this happening?  Thanks.
 
Kevin

Reply via email to