Guidelines for customizing response pages
You can customize the static server response pages to better reflect your current WebSEAL implementation. Observe the following notes:
- Do not modify the name of the file. The hexadecimal number is used by WebSEAL to display the proper error file.
- Use an HTML or text editor to modify page contents. Ensure that you use valid HTML tagging for HTML response files.
- Specify server-relative URIs (rather than relative URIs) for any URIs for resources such as images or CSS. If virtual host junctions are being used for WebSEAL, you must use absolute URIs for such resources.
- WebSEAL supplies a set of macros that you can use to capture dynamic information. See Macro resources for customizing response pages.