So its a bug in 3.2 then.....

-----Original Message-----
From: Matt Goss [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 8:24 AM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 3.2 - getRequestDispatcher().forward


Graeme,
No, the forwarded request is treated as the same request.
Matt

Graeme Wallace wrote:

> Hi,
>
> Is the behavior of getRequestDispatcher(pagelocation).forward(req,res)
> supposed to interpret
> the page location as if it was a new request to Tomcat ?
>
> ie. if I have a webapps that has an admin subdirectory and I want to
forward
> to its
> index.jsp, I used to do
> getRequestDispatcher("/admin/index.jsp").forward(req,res)
>
> but if i do that with Tomcats default admin webapp still configured it
gets
> the forward
> to process instead of tomcat picking up the file.
>
> regards,
>
> G.

Reply via email to