Yup -
My web.xml looks like this:
        <listener>
                <listener-class>com.orangefood.java.servlet.http.SessionTracker</listener-class>
        </listener>
Make sure the listerer tags are after any <filter-mapping> tags and before any <servlet> tags.
Then just make sure your class is in a .jar in the WEB-INF/lib or in the right directory in the
WEB-INF/classes.
 
- Robert
http://www.orangefood.com
-----Original Message-----
From: Alin Simionoiu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: SessionListener

Does anybody use SessionListener?..
I try to use this, but is absolutly an nightmare to put everithing in place.
I cannot find a very clear documentation about how the web.xml file should be set.
 
Alin

Reply via email to