System Icon Paths
Description
Configures the icons included in server-generated
error messages.
Parameters
- Type
-
Info
-
Icon displayed with messages that do not have a dedicated icon.
Invalid
-
Icon used to indicate an invalid request.
Error
-
Icon used to indicate a server error has occurred.
Denied
-
Icon used to indicate that the client does not have permission to do the
requested operation.
Unknown
-
Icon used to indicate that the request could not be satisfied because what
was requested is not known to the server.
- IconPath
-
The path that contains the icon to be used. This must always start with
a leading slash and will be considered
relative to the document root path.
Defaults if no entry found
Info /icons/info.gif
Invalid /icons/invalid.gif
Error /icons/error.gif
Denied /icons/denied.gif
Unknown /icons/unknown.gif
Command To Change This Value
CHGWWWCFG SYSICONS('Exclamation /icons/exclmark.gif')
File Syntax
SystemIcons Type IconPath
Only one entry for each Type may exist in the
master server configuration file.
If more than one entry for a type is found, the last one will be used.
Also See