You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Josh G <jo...@gfunk007.com> on 2003/12/15 02:03:24 UTC

Default 404 page source?

Hi, I'm trying to find the source for the default 404 not found page that 
tomcat uses, so I can add more functionality to ours. Anybody know where in 
the tomcat source I should look, or its class name?

Cheers,
-Josh


          "He likes to run, And then the thing with the.. person..
                ... Oh boy, that monkey is going to pay."

            [ Josh 'G' McDonald ]  --  [ Pirion Systems, Brisbane]

[ 07 3257 0490 ]  --  [ 0415 784 825 ]  --  [ http://www.gfunk007.com/ ] 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Default 404 page source?

Posted by Tim Funk <fu...@joedog.org>.
It should be:
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java

But it would be WAAAAAAYYYY easier to use <error-page> in web.xml


-Tim

Josh G wrote:
> Hi, I'm trying to find the source for the default 404 not found page 
> that tomcat uses, so I can add more functionality to ours. Anybody know 
> where in the tomcat source I should look, or its class name?
> 
> Cheers,
> -Josh


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org