any way to customize 404 messages?

2002-10-02 Thread Vincent Stoessel

Hello,
have you seen some sites that have a
cool page that get returned instead of
the usual boring 404 message?
Is there any way to do that in tomcat as well?
Write a servlet? Overwrite a method somewhere? a server.xml config?
Thanks.
-- 
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: any way to customize 404 messages?

2002-10-02 Thread Danny Morgan

i think it is

error-page
error-code404/error-code
locationX/location
/error-page

in the web.xml file

Danny L. Morgan

-Original Message-
From: vincent [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 3:28 PM
To: tomcat-user
Subject: any way to customize 404 messages?


Hello,
have you seen some sites that have a
cool page that get returned instead of
the usual boring 404 message?
Is there any way to do that in tomcat as well?
Write a servlet? Overwrite a method somewhere? a server.xml config?
Thanks.
-- 
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]