> <error-page> > <error-code>401</error-code> > <location>/WEB-INF/view/jsp/err401.jsp</location> > </error-page> > > And I wrote the matching jsp, but no luck... I always get the tomcat default > error page ?? Any idea ?
The above web.xml configuration should be sufficient to specify a custom error page. You might try to turn up internal Tomcat logging to see if you get more information on the view resolution process. Maybe it can't find the path or something. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
