Keshavan, Rango wrote:
Has anyone else seen an issue (we're using Websphere) where there are
two trips taken through the Jetpseed Pipeline???   It works right on
Tomcat, but in Websphere, there are two trips, which cause two renders
on our portlets, which is not a good thing because we're making web
service calls during our rendering which are costly.

Make sure that you arent receiving requests for resources like images.
In a debug valve, print out:

request.getRequest().getPathInfo();
request.getRequest().getRequestURL();

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to