Servertec   Internet Server Administrator - Messages
Administrator
Login
Monitor
Control Panel
Manage
Server
Socket
Virtual Hosts
Workgroup
Session
Servlets
Contexts
Aliases
Mime Types
Locales
Country Codes
Messages
Pools
Realms
Resources
Users
Groups
Computers
Access Rights
ACLs
Logger
Templates
Keystore
Certificates
File System
Archives

About
Used to list, add, edit and remove Messages.

List Form

Servertec Internet Server Administrator - Messages

Actions

ADD Used to add a new Message.
EDIT Used to edit the selected Message.
If a Message has not been selected an error will be displayed.
REMOVE Used to remove the selected Message.
If a Message has not been selected an error will be displayed.
SAVE Used to save changes made and to return to the Control Panel form.
CANCEL Used to discard changes made and to return to the Control Panel form.
HELP Used to display online help for this form.

Entry Form

Servertec Internet Server Administrator - Message Entry

Fields

Error Code The HTTP return code to associate with this message.
Title The title to display and return to the client in the header.
Message Any message to display for this error code.

Actions

OK Used to accept data entered and to return to the Messages form.
CANCEL Used to discard data entered and to return to the Messages form.
HELP Used to display online help for this form.

Notes

Changes made will not be used until the server is restarted.

Messages are used when sending a reply to the client or when returning an error message.

Servertec Internet Server uses the template messages.html in iws_dir/templates/ when generating messages, where iws_dir is the directory where Servertec Internet Server was installed or deployed.

Title and Message may contain CGI variables delimited by %. Some of the CGI variables are:

    request_uri - the requested URI.
    request_method - the request method.

Carriage returns will be saved as \n.