1. Aim: To display online the status of each incoming HttpSession
2. Design used: In webapps/myapplication/WEB-INF/web.xml, along with the
servlet application deployed in <servlet> </servlet> section, another
Class is deployed in the <listener></listener> section that implements
HttpSessionListener (and all other listeners too) and feeds data to the
Display Class.
3. Problem. The listener class does not report sessionCreate and
sessionDestroy. It responds perfectly to all other types of event
listeners. The servlet class, of course, reports each HttpRequest as
they come in.

Will be thankful for information of any mistake we have made or any
solution to this requirement. Just to aid diagnosis, web.xml is attached
as a file.

Thank you very much.

Regards,
Ashok Swaminathan


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to