Hello,

I am having problems with the Tomcat server in Netbeans that i run for the
local testing.

The problem is as follows. I have a servlet which i cannot get to work with
extra path info.

When i call it with http://localhost/servlet/my.servlet?param=1 it starts up
the correct servlet and everything seems fine. However when i try to add the
pathinfo to it as in http://localhost/servlet/my.servlet/some/path?param=1
it fails telling me that the requested resource
(/servlet/my.servlet/some/path) is not available.

Hope that someone can enlighten me on this problem as this is something i
cannot resolve.

Regards,

Ulrik Sannsell


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to