Hi!
I'm using displayTag
in my Portlet Application with Tomcat 4.1 and Pluto Portlet
Container.
So when I'm
involving Pluto, it sends request to servlet of other WebApp which
redirects to my JSP.
Where should I place
ResponseOverrideFilter to be able to export table?
Placed in
/pluto/web.xml it catches only requests like http://localhost/pluto/portal/page1
but not http://myWebApp/servlet1
Placed in
/myWebApp/web.xml it doesn't catch requests like http://localhost/myWebApp/jsp/frm1.jsp
from my servlet1.
Both FilterMappings
are " /* "

