Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Server API
Servlet / JSP API
Xerces API
CGI
SSI
Servlets
AdminServlet
CgiServlet
ClusterProxy
ClusterRedirector
CommandServlet
FileServlet
InvokerServlet
JspServlet
MessageServlet
RedirectServlet
ServletTagServlet
SSIncludeServlet
StatusServlet
Config Files
Log Files
Classes
Directory Tree
Return
|
|
MessageServlet is used to reply with the specified message or text
file when the incoming request matches the give URI.
Parameters
|
file
|
The file that contains the message to display.
Relative file paths are relative to the server's base
directory. For example:
./message.txt
|
|
message
|
The message to display. For example:
Sorry our system is down for upgrade until tomorrow.
|
Aliases
Alias: /
Type: Servlet
Resource: MessageServlet
Servlets
Alias: MessageServlet
Class File: stec.iws.MessageServlet
Parameters: message=The system is down for upgrade.
|
|