On Wednesday 23 May 2001 13:08, Shahed wrote:

> I am using TC 3.2.1 w/Apache and ajp13 - JDK 1.3.1 Solaris 8 Sparc
>
> If I have keepalive turned on in apache, my response.sendRedirect() dont
> seem to work well.
>
> However <jsp:forward> seems to work.
>
> What is the difference from the point of view of the browser between the 2

Lots.  <jsp:forward> is equivalent to pageContext.forward( String url ), not 
response.sendRedirect( String url ).

Reply via email to