Web Application WAR file -> JSP Properties tabbed pane
In the JSP Properties tabbed pane, you can edit the configuration
properties for the
files in the WAR file.
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 URL in the Configuration
Properties pane. Enter a URL in the URL Patterns 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 edit the:
JSP Property Name: Select the Name in the Name column. Edit the JSP
property name and press Enter.
URL Pattern: Select the URL Pattern from the URL Patterns column. Edit the
URL and press Enter.
To include, delete, or change the order of the Preludes or Codas click Edit.
In the Include Elements dialog box, edit the elements.
To delete a property, select the row containing the property Name and click the
Delete. To delete a configuration property , select the URL from the
Configuration properties list and click the Delete URL button.
A confirmation dialog will ask you if you really want to delete the property.
To move up a JSP Configuration Property Name:
Select the Name from the Name column.
Click Move Up until the property name is in the correct order.
To move down a JSP Configuration Property Name:
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 Preludes or Edit Codas button. The Include Elements dialog box
is displayed depending
on the type of element being edited.
Add information in the Include Prelude or Codas dialog box.
Choosing Page Encoding
Choose the desired encoding scheme from the drop-down list.