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
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.
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.
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.
Is XML document - If selected, indicates that the JSP pages in the property
group are in XML syntax.
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:
Select the Name from the Name column.
Click Move Up until the property name is in the correct order.
Or
Select the Name from the Name column
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:
Click Edit. The Include Preludes or Codas dialog box is displayed depending
on the type of element being edited.
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.
Click Delete to delete a selected element from the list.
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.