Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Configuring a Custom Error Page

Configuring a Custom Error Page

To create custom error pages, edit the
web.xml
file and configure the page to appear for a particular error code.
  1. Extract the files from the
    zds-gui.war
    directory.
    The directory contains multiple files, including web.xml.
  2. Use a text editor to edit the
    web.xml
    file.
    In the following example, the 404 HTTP response from the application redirects the user to the
    error_custom.html
    page.
    <error-page> <error-code>404</error-code> <location>/error_custom.html</location> </error-page>
    To ensure the custom page appears for users, add the
    error_custom.html
    page to the zds-gui.war directory.
  3. Save the changes to the
    web.xml
    file and then redeploy the IDD application.

0 COMMENTS

We’d like to hear from you!