Chapter 1: Defining Web Applications
Error pages
Error pages allow you to customize the response that the server sends
to Web clients when an error occurs. You can specify HTML files to
send in response to HTTP error codes and to Java exceptions thrown in
JSPs or servlets. You can also define error pages at the server level.
If your Web application does not specify an error page, EAServer
invokes the corresponding server-level error page.
i would like to know where "You can also define error pages at the
server level"
any help is appreciated