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. Appendix A: Sizing and Platform Requirements
  9. Appendix B: Application Components
  10. Appendix C: IDD Security Configuration
  11. Appendix D: Data Security
  12. Appendix E: Example Role-Based Security Configuration
  13. Appendix F: Data Masking
  14. Appendix G: Siperian BPM Workflow Engine
  15. Appendix H: Locale Codes
  16. Appendix I: Troubleshooting
  17. Appendix J: 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!