> From: "Gareth Coltman" <[EMAIL PROTECTED]> > > We had this problem when our load balancer get getting confused and sending > the first request to server A but then the redirect to server B. > ?? > Gareth
Thanks for the suggestion Gareth. To my knowledge there is no load balancer involved - the site is running off a fairly standard ISP virtual host account. You did give me the idea to check the tomcat log. All this shows is: Context log path="/mypath" :mypath: Infinite redirect detected... Not very helpful unfortunately. The search continues... Scott > >> -----Original Message----- >> From: Scott Eade [mailto:[EMAIL PROTECTED]] >> Sent: 20 February 2002 12:29 >> To: turbine-user >> Subject: Infinite redirect detected... >> >> >> I have a Production app running under Tomcat 3.1 (moving to 4.01 shortly) >> and Apache 1.3.20 that seems to run okay, but occasionally in the >> logs I see >> this: >> >> >> 2002-02-20 22:05:16,744 [Thread-180] ERROR system - Infinite redirect >> detected... >> 2002-02-20 22:05:16,829 [Thread-180] ERROR system - >> Turbine.handleException: >> Infinite redirect detected... >> 2002-02-20 22:05:16,978 [Thread-180] ERROR system - >> java.lang.Exception: Infinite redirect detected... >> at org.apache.turbine.Turbine.doGet(Turbine.java:286) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) >> at >> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper >> .java:503) >> at >> org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) >> at >> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.process >> Connection >> (Ajp12ConnectionHandler.java:156) >> at >> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoin >> t.java:338 >> ) >> at java.lang.Thread.run(Thread.java:498) >> >> Has anyone seen this error before or have any suggestions as to >> how I might >> go about attempting to track the problem down? >> >> Thanks, >> >> Scott >> >> >> -- >> To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
