In the Servlet Filters property page, list each
to include in this WAR file. For each filter list initialization parameters referenced in the filter's
code and provide a default value.
In the Servlet Filters pane, click Add to add a servlet filter to the WAR file.
Select a filter class from the Filter Class column, or choose Add Filter to WAR File if the filter class is not listed.
Enter a display name for the servlet filter in the Display Name column.
You can click the icon in the Icons column to select an icon to represent the filter in DeployTool tree.
Click the folded paper icon in the rightmost column to enter a description of the filter.
In the Initialization Parameters pane, click Add to add the initialization parameters for the filter
class selected in the Filter Class column.
In the Coded Parameter column, enter the name of the parameter as it appears in your code.
You can add default values for your parameters at this point in the Value column, or you can
add the values after your web component is created.
You may click the folded paper icon in the rightmost column to enter a description for each parameter.
To delete a filter, select the row containing the filter class and click Delete in the Servlet Filters pane.
A confirmation dialog will ask you if you really want to delete the filter.
To delete a parameter, select the row containing the parameter and click Delete in the Initialization
Parameters pane. A confirmation dialog will ask you if you really want to delete the parameter.