Init Params (Servlets)

You use the Init Params tab to specify initialization parameters that are set in the init() call when the servlet is loaded. The initialization parameters are accessed in the following manner:
ServletConfig config= getServletConfig() - to get config
config.get;InitParameterNames() - to get an enumeration of init parameters
config.getInitParameter (<parmName>) - to get the value of a specific init parameter

Field/Column

Explanation

Name

Enter the name of the parameter.

Value

Enter the value of the parameter.

Description

Enter a description of the parameter.

New Parameter button

Click to add a new row to the table for you to specify an initialization parameter.

Delete Parameter button

Click to remove the selected row from the table.

See also
  Using the iPlanet Application Server Customizer


Legal Notices