RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Stuart Stephen
Hi, 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_

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Shapira, Yoav
ROTECTED] >Sent: Wednesday, December 03, 2003 7:37 AM >To: Tomcat Users List >Subject: RE: response.sendRedirect() finite loop?! > >Hi, > >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 respons

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Jeff Tulley
ough about mod_jk to comment intelligently. If you don't need Apache, don't use it ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Stuart Stephen [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 03, 2003 7:37 AM >To: Tomcat Users List >Sub

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread srevilak
> 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, an