Registering a Filter

See Also

You can add a filter to a web application deployment descriptor (web.xml) in two ways:

The filter element defines a filter in the deployment descriptor. Filter class instances are scoped to one filter per deployment descriptor declaration per Java virtual machine.

For more information about filters, see the Java Servlet Specification available at

.

See Also
About Filters
Creating a Filter

Legal Notices