> From: Propes, Barry L [mailto:[EMAIL PROTECTED] 
> Subject: RE: JNDIRealm - how to display login 
> exceptions/error msg within form-error-page when using Form 
> based authentication?
> 
> I believe you can only set one standard error page in the XML 
> file, if I'm not mistaken, at least of the specific web app itself.

No, you can have a separate error page for each status or exception
value in each webapp.  See section 9.9 of the servlet spec.

> But one thing I did was flag for a specific exception to be 
> caught, and if this matched, ran an out.println series of 
> statements to the browser indicating to the users the problem.

That's the appropriate thing to do, using <error-page> and
<exception-type> declarations in WEB-INF/web.xml of the webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to