Hi,
I am facing a problem in using HttpSessionListener.I am using
Tomcat 4.0.
I am trying to execute examples given in Manning book. I get the following error when I start server.
Apache Tomcat/4.0.1
ERROR reading java.io.ByteArrayInputStream@e74d75fd
I mentioned listener in web.xml is as follows :
<listener>
<listener-class>util.SessionCounter</listener-class>
</listener>
Please help me in understanding Listener class usage.
I am planning to give my SCWCD exam soon.
Thanks,
Ram