Saturday, June 7, 2008

Running Wicket on WebSphere Application Server 6.1 using Filter instead of Servlet

It takes time for me to find out why Filter is not working on WAS 6.1 and finally I made it work...

If you're using RAD or RSA to run WebSphere Apps 6.1:

1. On your Server - Right Click WebSphere Apps 6.1 and select Administration - Run Administrative Console

2. If your WAS 6.1 requires your login, please login or please proceed to next step

3. On your Left Pane of the window, expand Server

4. Select the Application Server

5. Select the Server that you want to enable the filter compatibility (ie server1, server2, myserver, etc)

6.On Container Settings - expand Web Container Settings and click on Web Container

7.Click Custom Properties

8.Click on New

9.Enter property name=[com.ibm.ws.webcontainer.invokefilterscompatibility] value=[true]

10. Save and restart the server and run your Wicket with filter implementation....

Good luck...

By rma