Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

RE: register/remove HttpSessionListener after context startup?

Shapira, Yoav

2003-10-09



Howdy,
Only in a container-specific, non-portable way: navigate down the tomcat classes starting with Server to get the Context (org.apache.catalina.Context) for your webapp, call addApplicationListener on it with the class name of your listener. Call removeApplicationListener to remove your listener.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Martin Grüneberg [mailto:martin.grueneberg@(protected)]
>Sent: Thursday, October 09, 2003 7:25 AM
>To: Tomcat User
>Subject: register/remove HttpSessionListener after context startup?
>
>Hi all,
>Is it possible to register/remove a class which implements
>HttpSessionListener
>after startup without changing web.xml and reloading the context?
>
>Martin Grüneberg
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>For additional commands, e-mail: tomcat-user-help@(protected)




This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.