Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Java API
Servlet API
CGI
SSI
Servlets
AdminServlet
CgiServlet
ClusterProxy
ClusterRedirector
CommandServlet
FileServlet
InvokerServlet
MessageServlet
RedirectServlet
ServletTagServlet
SSIncludeServlet
StatusServlet
Config Files
Log Files
Classes
Directory Tree
Samples
Legal
Contact Us
|
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.
Notes
Requires that iws_dir/classes/optional.jar be
present in the CLASSPATH.
|
|