Howdy,
Your question is pretty vague, but here's something that might be of use. You can add <error-page/> elements to your web.xml. For example, to display a custom page for a "400" error code:
<error-page> <error-code>400</error-code> <location>/error400.jsp</location> </error-page>
Robert
Alessandra Santos wrote:
How to show personalize pages jsp for errors generate tomcat errors?
Thanks
Alessandra Santos Fortaleza-CE-Brazil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
