Servlet Filter Mapping
In the Servlet Filter Mapping property page, map the
that you listed in the previous dialog box to the servlets you want to filter.
To add a servlet filter to the WAR file:
- Click Add. The Add Servlet Filter Mapping dialog box is displayed.
- Select the Filter Name from the Filter Name drop-down list.
To map existing servlet filters to servlets:
- Select a filter from the Filter Name column.
- From the Target Type column:
- Select Servlet if you want the servlet filter to filter only one particular servlet.
- Select URL Pattern if you want the servlet filter to filter a group of servlets.
- In the Targets column:
- Enter the name of the servlet you want to filter if you chose Servlet from the Target Type column.
- Enter the URL pattern if you chose URL Pattern from the Target Type menu.
To delete a filter-to-servlet mapping:
- Select the mapping from the table.
- Click Delete.
To move a filter mapping up in the
:
- Select the mapping from the table.
- Click Move Up until the mapping is in the correct order.
To move a filter mapping later in the filter chain:
- Select the mapping from the table
- Click Move Down until the mapping is in the correct order.
Legal Notices