Index
RedirectFilter
Index
Setup & Config
Setup examples
Downloads
License

RedirectFilter

What is it?

RedirectFilter is a Java Servlet Filter that allows an admin to implement simple redirections in a web application, without any programming involved. It is very simple to set up and allow for a highly configurable usage. The setup is done in the WEB-INF/web.xml file of the web app. In some specific cases, it may even be the only content in this file.

Who is it for?

RedirectFilter is designed for anyone wanting a redirect in a servlet container. Use cases include, but are not limited to:

How does it work?

First, you should make RedirectFilter available to your web app. This can be done by downloading pieroxy-tools.jar and drop it in the WEB-INF/lib of your web app.

At this point, you are ready to use it. You should edit your WEB-INF/web.xml file to setup your redirections. See the next section for detailed informations.

Set up

Read the setup instructions & configuration options here.

Examples of typical setups

Typical setups can be found here.