Administrator
Login
Monitor
Control Panel
Manage
Server
Virtual Hosts
Workgroup
Session
Servlets
Aliases
Mime Types
Messages
Pools
Realms
Resources
Users
Groups
Computers
Access Rights
ACLs
Logger
Templates
|
Used to list, add, edit, remove, load, unload and reload Servlets.
Form
Actions
ADD
|
Used to add a new Servlet.
|
EDIT
|
Used to edit the selected Servlet.
If a Servlet has not been selected an error will be displayed.
|
REMOVE
|
Used to remove the selected Servlet.
If a Servlet has not been selected an error will be displayed.
|
LOAD
|
Used to load the selected Servlet.
If a Servlet has not been selected an error will be displayed.
|
UNLOAD
|
Used to unload the selected Servlet.
If a Servlet has not been selected an error will be displayed.
|
RELOAD
|
Used to reload the selected Servlet.
If a Servlet 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 name of the Servlet.
|
Class File
|
The Java Class in the form package.class of the Servlet to use.
The CLASSPATH will be searched for the specified Servlet.
|
Parameters
|
Any parameters used during the initialization of the Servlet.
Zero or more parameters can be specified by entering line delimited
key=value pairs.
|
Preload
|
Whether the server should load the Servlet at startup.
No is the default for Servlets.
Setting the value to No may have a negative impact on performance.
|
Actions
OK
|
Used to accept data entered and to return to the Servlets form.
|
CANCEL
|
Used to discard data entered and to return to the Servlets form.
|
HELP
|
Used to display online help for this form.
|
Notes
A Servlet is a Java Class that is invoked when a request matches a specific
URI.
Loaded Servlets a prefixed with an *.
Changes made will not be used until the iServer is restarted.
|
|