I am calling doFilter with a wrapped request and response in tomcat 5.0.19
and the call do chain.doFilter does not return after I call it.

Strangely enough, it appears that after my jsp finishes up in the chain,
tomcat is re-starting the request of the same jsp.

I have a System.out.println() in my jsp, and when the loop variable gets
to the end, the wrapper's setContentType() is called, but then the loop
variable gets reset to 0, as if the request was re-submitted.

My questions:
1)  What code can I look at that may be responsible for this?
2)  Debugging, I set all the debug="4" in server.xml, is there some
universal property or setting I can make that will just give me the
copious amounts of debug information that I need?

Thanks for your time.


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

Reply via email to