On Wed, 25 Apr 2001, Glenn Nielsen wrote:
> Hi Gus,
>
> Which version of Tocmat are you using? Are you using Apache
> as a front end to Tomcat?
>
> I searched bugzilla and didn't find any bugs reported for
> any version of Tomcat related to passing pathinfo with
> a jsp page request.
>
> Gle
I'm using Tomcat 3.2.1 with it's own http server.
It's pretty simple to demonstrate... basicly, try and get the follwing
code to print out something other then "null"
<%= request.getPathInfo() %>
I can't seem to do it with a jsp, but have used it many times in servlets.
I have tried this on b
Hi Gus,
Which version of Tocmat are you using? Are you using Apache
as a front end to Tomcat?
I searched bugzilla and didn't find any bugs reported for
any version of Tomcat related to passing pathinfo with
a jsp page request.
Glenn
Gus Mueller wrote:
>
> Hi.
>
> I'm finding that when I try
Hi.
I'm finding that when I try and append extra "path" info to my jsp's like
I have in the past my servlets, I get back a page not found.
Ok, I can sort of understand that- it's not a real page.. but...
If I have a url that's like this:
http://localhost/foo/bar.jsp
and I make a request like th