Used to list, add, edit and remove Servlet Contexts.
List Form
Actions
ADD
|
Used to add a new Servlet Context.
|
EDIT
|
Used to edit the selected Servlet Context.
If a Servlet Context has not been selected an error will be displayed.
|
REMOVE
|
Used to remove the selected Servlet Context.
If a Servlet Context 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
Fields
Alias
|
The name associated with the Servlet Context.
|
Parameters
|
Any parameters used during the initialization of the Servlet Context.
Zero or more parameters can be specified by entering line delimited
key=value pairs.
|
Actions
OK
|
Used to accept data entered and to return to the Servlet Contexts form.
|
CANCEL
|
Used to discard data entered and to return to the Servlet Contexts form.
|
HELP
|
Used to display online help for this form.
|
Notes
Changes made will not be used until the server is restarted.
A Servlet Context is used to maintain shared values across multiple
Servlets associated by a common base URI.
|