David Treves wrote:
> Hi there,
>
> I am trying to implement the "HttpSessionActivationListener" interface,
> but my compiler doesnt recognize it, what should I do about it?
>
Because this interface was added in the servlet 2.3 API classes, you
need to
make sure that the servlet.jar file that came with Tomcat 4.0 is on your
compiler classpath, rather than any older version that you have.
>
> Thanks,
> David.
>
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]