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?
Thanks,
Jason