Or tlgLogin.jsp is badly coded to perform a redirect to itself based on a wacky condition.
-Tim
Jon Haugsand wrote:
I try to deploy an application developed by someone else, but her is what happens when I try to access it:
telnet localhost 8082 GET /unni/jsp/tilganger/tlgLogin.jsp HTTP/1.0 302 Found Content-Type: text/html Location: http://localhost:8082/unni/jsp/tilganger/tlgLogin.jsp Content-Length: 186 Date: Wed, 25 Jun 2003 11:21:03 GMT Servlet-Engine: Tomcat Web Server/3.2.4 (JSP 1.1; Servlet 2.2; Java 1.3.1_06; Linux 2.4.18-4GB i386; java.vendor=Sun Microsystems Inc.)
<head><title>Document moved</title></head> <body><h1>Document moved</h1> This document has moved <a href="http://localhost:8082/unni/jsp/tilganger/tlgLogin.jsp">here</a>.<p> </body> Connection closed by foreign host.
Where can I (or my collegue) have set this up such that it constantly redirects to itself?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]