Ok, so, the listener in there must implement HttpSessionListener, where can I use 
SessionListeners?

Justin

-----Original Message-----
From: Hart, Justin 
Sent: Monday, December 01, 2003 11:34 AM
To: Tomcat Users List (E-mail)
Subject: SessionListener


My SessionListener doesn't seem to be firing, any help?

I have a SessionListener that I want to go off when a user authenticates to my web app 
(this is a correct usage, right?)

So, in the web.xml of my app, I would put the lines:

<web-app>
        <listener>
                <listener-class>
                        the class
                </listener-class>
        </listener>
</web-app>

This should fire off when the user signs in to the page, correct?

Justin

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


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

Reply via email to