| Author |
javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20
|
Clinton Morrison
Greenhorn
Joined: Jun 28, 2007
Posts: 24
|
|
I am receiving the following error javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20, when deploying a war to Glassfish v 3.0.1. When I reach the request dispatcher I seem to be stuck in a infinite loop. The code is as follows
web.xml
Contoller Servlet
log
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
Please be sure to use code tags when posting code to the forums. Unformatted or unindented code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please click this link ⇒ UseCodeTags ⇐ for more information.
Properly indented and formatted code greatly increases the probability that your question will get quicker, better answers.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20
|
|
|