You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Keshavan, Rango" <ra...@fmr.com> on 2006/04/05 15:58:19 UTC

Two trips through the pipeline

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.




----------
Rango Keshavan
617 563 2435
 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Two trips through the pipeline

Posted by David Sean Taylor <da...@bluesunrise.com>.


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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org