Using NetBeans 6.1 with Tomcat 6.0 in Windows XP-Pro.
I have a ContextListener in my webapp. It's been working fine, until now. I have not made any changes to the Listener class since it was last in working shape. When I run the app through NetBeans I get the following: SEVERE: Exception sending context initialized event to listener instance of class MyContextListener Since I initialize some objects in MyContextListener, I get null pointer elsewhere, and this of course throws the whole app off. Any thoughts appreciated. Thanks. Bob