JSP Configuration Properties

In the JSP Configuration Properties page, you can enter the configuration properties for the files in the WAR file.  For each set of configuration properties, you must provide at least one URL pattern that defines the pages that the properties apply to.

Add a JSP Configuration Property

  1. A set of configuration properties must be identified by a name. To add a name, click Add. Enter a name for the configuration properties in the Name column.
  2. For every configuration property, associate one or more URL pattern that defines the pages that the properties apply to. To add a URL pattern, click Add. Enter a URL in the URL Pattern column.
  3. Select EL Evaluation Ignored if you want to disable EL evaluation. When you select this option, the EL expressions are ignored by the container during the evaluation. If you do not select this option, EL expressions are evaluated when they appear in template text or action attributes.
  4. Is XML document - If selected, indicates that the JSP pages in the property group are in XML syntax.
  5. Select Scripting Invalid to disable scripting for a group of JSP pages. When scripting is disabled, scriptlets, scripting expressions, and declarations will produce a translation error if present in any of the pages in the property group.

To delete a property, select the row containing the property Name and click the Delete button in the Servlet Filters pane. A confirmation dialog will ask you if you really want to delete the property.

To Move a JSP Configuration Property Name:

  1. Select the Name from the Name column.
  2. Click Move Up until the property name is in the correct order.
Or
  1. Select the Name from the Name column
  2. Click Move Down until the property name is in the correct order.

To delete a URL pattern, select the row containing the URL pattern and click the Delete button in the Configuration Properties pane. A confirmation dialog will ask you if you really want to delete the URL.

Include Preludes or Codas

To include preludes:

  1. Click Edit. The Include Preludes or Codas dialog box is displayed depending on the type of element being edited.
  2. Click Add to include an element from the WAR file as a prelude or a codas. A blank row appears in the list box. Enter the name of the element in the WAR file that you want to include.
  3. Click Delete to delete a selected element from the list.
  4. Select an element and click Move Up or Move Down to arrange the order of the elements.

Choosing Page Encoding

Choose the desired encoding scheme from the drop-down list.


Legal Notices