You should use the following procedure
HttpServletResponse.setStatus(HttpServletResponse.SC_NOT_FOUND);
in cooperation with the mentioned <error-page> directive in web.xml.
Mirek
L. Mohan Arun wrote:
> Tomcat 4.1
>
> How can I configure Tomcat 4 to return HTTP status code 404 for a "404 Page
> Not Found" error? Currently it displays a HTML page with "Error type" etc.
> with status code 200.
>
> The docs say <error-page> element in web.xml can be configured to serve
> another page in response to a 404 error but this is not what I want (because
> it will return a 200 OK status). I want the actual error code 404 to be
> returned to the client and HTTP status code 404 (Page not found).
>
> Mohan Arun
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]