On Tue, 17 Apr 2001, Derek Harding wrote:

> I'm using tomcat 3.2.1 and trying to make <jsp:forward page="./Xxx.jsp"/>
> work.  The "." in front is supposed to access the current directory
> instead of the root directory.  When I run this, I get a 404-File Not
> Found in my browser.  This exact same statements works on tomcat 3.1 on my
> other machine, so I was wondering if there is a way to get it to work on
> 3.2?
>                       

Nope ... it's not compliant with the spec, which requires that the
argument be a context-relative path starting with a "/".  Tomcat 3.1 is
broken with respect to this.

>                                                               Thanks,
>                                                               Derek
> 
> 

Craig McClanahan


Reply via email to