> On further investigation it would appear that this is not a Tomcat
> issue. It seems to be something to do with mod_jk. When a
> response.sendRedirect occurs it does not apply it properly. Or at
> least something is not executing properly.
>
> The setup we have is Apache 2.0.48, Tomcat 4.1.29, and mod_jk
> between them working with mod_ssl. I tested the code without using
> apache between me and Tomcat and everything worked as expected.
Just out of curiosity, are you using mod_rewrite? If your .jsp
redirects A -> B, and you are rewriting B -> A, then this will produce
behavior similar to what you're seeing. (However, you'd also see one
line for each "loop" iteration in Apache's access log).
Are there any HTTP headers returned via
response.sendRedirect("/test/RedirectToMe.jsp");
(Should be an HTTP 302 with a Location: header).
Also, what is the url for the servlet/jsp that makes the above call?
--
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]