I'm pretty sure it is; I've seen 3.3.1 bug reports on valueUnbound() not
firing properly.

Also, it's working in the test environment I set up on my PC, which is
Tomcat 3.3.1a for Windows.

Unfortunately, the customer says that upgrading Tomcat is not an option due
to external considerations.  That was one of the first things I asked :)

-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 3:00 PM
To: Tomcat Users List
Subject: RE: Tomcat 3.3.1 HttpSessionBindingListener not found


Is the "javax/servlet/http/HttpSessionBindingListener" supported by Tomcat
3.x?

If it showed up in a later version of the servlet specification, you might
need to upgrade your Tomcat.

Filip

-----Original Message-----
From: Daniel Lemberg [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: Tomcat 3.3.1 HttpSessionBindingListener not found


Hey, I'm running into an odd problem on Tomcat 3.3.1 on Sun, and am hoping
somone could help shed some light on the problem.

I have a few classes in a JAR file that implement
HttpSessionBindingListener.

In my test environment on my PC (Tomcat 3.3.1a for Windows), the classes
work fine. But on one of our customer's server (which might be configured
wrong), the classes throw:

java.lang.NoClassDefFoundError:
javax/servlet/http/HttpSessionBindingListener

whenever anything tries to load them (which we do via Class.ForName()).

Note that we have some 40 other customers that don't have this problem, but
none of them that I know of are using Tomcat.

Does anyone have any idea how this could happen? How could Tomcat not know
what a HttpSessionBindingListener is? I'm about stumped. 


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

Reply via email to