According to the HFSJ errata page at:
http://www.oreilly.com/catalog/headservletsjsp/errata/headservletsjsp.confirmed There is an error in page 254 of the page, which should read:
"You do NOT configure session binding listeners OR SESSION ACTIVATION LISTENERS in the DD! ... But this is NOT true for the other session related listeners on the previous page. HttpSessionListener and HttpSessionAttributeListener must be registered in the DD, since they're related to the session itself, rather than an individual attribute placed in the session."
The book itself explained that, unlike the HttpSessionBindingListener, the HttpSessionActivationListener should be configured in the DD.
If HttpSessionActivationListener is not configured in the DD, as pointed out in the errata, then how is it configured?
Thanks in advance.