I think it is the IBM portlet api. We are using the struts-portlet bridge. We have just changed the request processor in the struts-config.xml to com.ibm.portal.struts.portlet.WpRequestProcessor.
Any idea how to get a normal servlet filter work in the websphere portal server?
We are using struts portlet bridge to migrate a struts application onto websphere portal server. It works fine.
We need to use a servlet filter however in the portal environment the filter is ignored. The filter works fine within tomcat version of the build. Any idea if we need to configure anything special to make it work?
I am not really sure about that. I have been provided this version and am trying to deploy our Tomcat application onto Websphere. Do you think upgrading the Websphere version will help? If so, what version should i be using?
I am using IBM Websphere 5.1.0.3 I have a conditional jsp:include in a jsp file.
It gives me error "403 File not found: /WEB-INF/jspf/test1.jspf" It works if the file is named .jsp or if the jspf file is not inside /WEB-INF. It works fine in Tomcat 4.