| Author |
Too many redirects error
|
John Jai
Bartender
Joined: May 31, 2011
Posts: 1778
|
|
Hi,
I am trying to deploy a war file (a Spring based MVC application) on Tomcat. The war file deploys without any issues but when I try to access the deployment, I am receiving an error stating "http://localhost:8080/myApp/view/user/login.jsp has resulted in too many redirects."
I am new to this Spring framework and trying to deploy a war file created from an existing project. I see below entries in the localhost_access_log. Could you please point me on how to move forward on debugging the issue?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
It looks like login.jsp is redirecting to itself without ending. That's where I'd start.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Too many redirects error
|
|
|