Hi, i do study Servlet Specification version 2.3 and i do like very much the
HttpSessionListener concept: there (for those who does not know) we can use
createSession event and destroySession event for managing session. Naturaly
i'd like to create a new instance of MyDocument class on createSession
event. But it (MyDocuemnt) needs SessionConfig for getInitParameters - but
all that i have in HttpSesionEvent (Servlet API class) is HttpSession.
Question is: How could i get ServletConfig from HttpSession or in any other
way, but MyDocument does not extends HttpServlet.
Could smb help me? Is anybody interested at it?
Best Regards.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to