ERRORDIR

Specifies the path to the directory where language-specific sub-directories containing web error message pages are located. The WRD servlet requires read access to these directories.

<init-param>
<param-name>
ERRORDIR </param-name>
<param-value>
ErrorDirectory </param-value>
</init-param>

Default if omitted: Language directory within the web application, for example WEB-INF

Description

Usually, the error_en (English) and other error_Lang directories are located in the web application directory, which is located in the document tree of the web server.

Note:  Do not specify this parameter in a self-contained web application, that is does not access folders or files outside of the virtual root.

Related Topics