| Author |
Configuring listenet element in web.xml
|
Ken Sampson
Ranch Hand
Joined: Sep 26, 2007
Posts: 45
|
|
|
I have a confusion regarding configuring listener elemenets in web.xml when it comes to HttpSessionActivationListener, HttpSessionBindingListenr and HttpSessionAttributeListener. Some places that say that there is no need to register them in deployment descriptor while others say that reg. is not required only for HttpSessionBindingListener. Please let me which is correct.
|
Ken Sampson
|
 |
abhishek pendkay
Ranch Hand
Joined: Jan 01, 2007
Posts: 184
|
|
|
HttpSessionActivationListener, HttpSessionBindingListenr are not supposed to be configured in the DD , but you have to configure SessionAttributeListener in the DD
|
The significant problems we face cannot be solved by the same level of thinking which created them – Einstein
SCJP 1.5, SCWCD, SCBCD in the making
|
 |
Ken Sampson
Ranch Hand
Joined: Sep 26, 2007
Posts: 45
|
|
|
Thanks Abhishek!!!
|
 |
 |
|
|
subject: Configuring listenet element in web.xml
|
|
|