Used to list, add, edit and remove Aliases.
Form
Actions
ADD
|
Used to add a new Alias.
|
EDIT
|
Used to edit the selected Alias.
If an Alias has not been selected an error will be displayed.
|
REMOVE
|
Used to remove the selected Alias.
If an Alias 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.
|
Form
Fields
Alias
|
the URI to translate into a physical file or a Servlet, the file extension
to translate into a Servlet or the MIME type to translate into a Servlet.
File extensions are in the form .extension.
|
Resource
|
The physical file or Servlet that the alias will be mapped to.
$wwwroot will be replaced by the base directory of requested virtual
host.
|
Type
|
The resource type: File, Filter, MIME or Servlet.
File is the default type.
|
Actions
OK
|
Used to accept data entered and to return to the Aliases form.
|
CANCEL
|
Used to discard data entered and to return to the Aliases form.
|
HELP
|
Used to display online help for this form.
|
Notes
File is used when translating a URI to a specific physical file.
A Filter is a Servlet that is used when a reference is made to a
resource which ends with a specific file extension.
A Servlet is a Java Class that is invoked when a request matches a
specific URI.
A MIME is a Servlet that is used when a reference is made to a
resource that returns content of the specified MIME type. MIME
defintions required that Servlet Chaining be enabled.
Changes made will not be used until the iServer is restarted.
|