Migrating WebLogic to Websphere - cant find FilterConfig.class

Hi I had prevously built and deployted an application on weblogic. I had a weblogic.jar file which provided javax.servlet.FilterConfig.

Now I have moved to websphere I need to get rid of the weblogic.jar file, but I cant find where the FilterConfig class is provided in websphere.

Does anyone know?

[317 byte] By [DaveJ83a] at [2007-11-27 5:07:48]
# 1

It's in the /lib/j2ee.jar.

If you're using the WSAD/RAD, then you can also set the target server to WAS, then all required jar's will be added to the weblibrary automatically.

Another hint, WinRAR can crawl in jar files. It also has a search function. Start it, navigate to the /lib directory, provide the keyword 'FilterConfig' and it shall find the right jar file :)

BalusCa at 2007-7-12 10:27:02 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...