Hi,

I was deploying something that uses ServletRequestListener on Tomcat 5.5.15...

I noticed that when I accessed a regular JSP page (no forwards,
includes, just a straightforward .jsp page), the requestInitialized
and requestDestroyed was called twice:
requestInitialized
requestDestroyed
requestInitialized
requestDestroyed

Why is that? Doesn't really seem to comply with the spec, unless I am
misunderstanding the spec.

--
Thanks,
NG

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to