Extra Parameter Property Editor

The extra parameters specify the property subelements for the sun-web-app element in the sun-web.xml. You open the Extra Parameter property editor by selecting the Session Param property and its ellipsis (...) button from the Sun ONE AS pane of the web.xml property sheet.

Adding an extra parameter

To add an extra parameter:

  1. From the Extra Parameter property editor, click Add.
  2. Select the parameter name in the Param Name field and type its value in the Param Value field. See List of Parameters below for possible parameters.
  3. Edit the description of the parameter in the Description field.
  4. Click OK. The information you have specified is reflected in the property editor. You may add additional parameters by clicking Add.

Editing an extra parameter

To edit an extra parameter:

  1. From the Extra Parameter property editor, select the parameter and click Edit.
  2. Change the parameter name, value, and description in the dialog box. See List of Parameters below for possible parameters.
  3. Click OK. The information you have modified is reflected in the property editor.

Removing an extra parameter

To remove an extra parameter:

List of Parameters

The following describes extra parameters:

Property Name Value
crossContextAllowed

If true, the web application is allowed to access the contexts of other web applications using the ServletContext.getContext() method.

tempdir

The temporary directory for use by this web module. This value is used to construct the value of the javax.servlet.context.tempdir context attribute. Compiled JSPs are also placed in this directory.

singleThreadedServletPoolSize The number of threads in the thread pool for single threaded servlets.

See also
   Web Module Property Sheet: Sun ONE AS Tab

Legal Notices