Ferguson, Jason M TSgt 375 CSPTS/SCE wrote:
I am attempting to run a brank-new webapp, and finally managed to kill
enough code bugs that no odd exceptions are showing up in the
application logs.
However, attempting to hit the "main" page, login.jsp, causes Firefox to
tell me "The page isn't redirecting properly: Firefox has detected that
the server is redirecting the request for this address in a way that
will never complete".
Unfortunately, absolutuley NOTHING is showing up in the logs.
login.jsp is the only JSP that is not behind WEB-INF. The web.xml notes
this in the <welcome-file-list> section.
I realize that this will be hard to diagnose without more information,
but can anyone offer me any troubleshooting tips for this issue?
Err... look at the content of index.jsp and figure out what it's
redirecting to? The error suggests that it's redirecting to itself,
effectively causing an infinite loop of redirects. Or maybe it's
redirecting to something that's redirecting back to index.jsp. Just
follow the trail of redirects until you find out where the loop is
occurring.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]