Show TOC

Background documentationicm/HTTP/error_templ_path Locate this document in the navigation structure

 

This parameter is used to set the ICM, in case of errors. You can create your own ICM error pages and in this parameter define the path where the ICM can find the pages.

Structure

Work area

Internet Communication Manager, SAP Web Dispatcher

Unit

Character string (file path)

Standard value

$(DIR_ICMAN_ROOT)/error_templ

Dynamically changeable

No

Value Range and Syntax

Specify the file path where the error files are located.

If the parameter is not set, the ICM returns a static error page.

Example

Once you have created an error page in the file system, set the parameter to the directory with the error template files:

icm/HTTP/error_templ_path = /usr/sap/B6M/D13/data/icmerror

This overwrites the default setting. If you put the error pages into directory $(DIR_ICMAN_ROOT)/error_templ, you do not have to set any parameter.

Your error pages will be located in this directory. If no suitable page for the occurring error is found in the directory, the ICM returns a static error page.

More Information

Note the following documentation associated with this parameter:

Error Handling

Examples of a Dynamic Error Page