Customizing the 404 or Page Not Found error response.

The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested. The default web.xml files for WebSphere, and WebLogic specify a default error page for the Cúram application when an HTTP 404 error is thrown by the application server. The following is the error message displayed on that default page:

This message may be customized by adding a HTTP404Error.properties file into the <client-dir>/components/<component_name>/ folder of the application and overriding the error.message property specified in that file.