Reputation: 5794
Servlet 3.0 allows for programmatic configuration of servlets, filters and listeners. But what about error pages?
I can't see that there's any methods for doing that in ServletContext
.
It would be nice to be able to completely abolish the web.xml
.
Upvotes: 10
Views: 767
Reputation: 5836
There is no technical way one can programmatically add such a definition.
Upvotes: 3