1) What are these methods for in HttpServletRequest interface?
these are very confusing in the API descriptions..
getPathInfo
getPathTranslated
getServerName
getServletPath
getRequestURI
2)When will the syntactic correctness of associated Tag files happen in a
JSP ?
Will it happen During Page translation ?
3)Order of events during Web application start up?
Initialize
Servlets with Load on Start Up
Initialize Filters
Initialize Listeners
ContextInitialized method is called on Listeners implementing ServletContextListener interface
[ June 05, 2007: Message edited by: Rav Kumar ]