Sorry! Apparently, it was my null pointer that was causing the problem in the listener. My apologies if you've spent a moment on this.
-----Original Message----- From: Riaz, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 1:54 PM To: [email protected] Subject: Contextlistener problem 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 --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
