| Author |
servlet as error-page
|
Peter van de Riet
Ranch Hand
Joined: Apr 09, 2004
Posts: 112
|
|
I have tried to create a error-page servlet and I can't get it working properly. This is my doGet() method: And this is a part of my web.xml file: When an SQL-error occurs, it seems like Tomcat can't find the servlet. The message in the log-file is: When I remove the error-page tag then a standard error-page (including the nested SQLException) is shown.
|
Each number system has exactly 10 different digits.
|
 |
 |
|
|
subject: servlet as error-page
|
|
|