Hi all,
i'm trying to use request.getPathInfo from a servlet but it always return null.
the strange thing is this: if i use the Invoker servlet, getPathInfo return information as espected !!!

my configuration is the following:
tomcat 4.0.4
apache 1.3.26

i'm using mod_jk.

with a mount point like this "JkMount /services/servlet/* ajp13", the url "http://myserver.com/servics/servlet/go/info"; return as pathInfo <info>, as espected.

with a mount point like this "JkMount /services/go ajp13", the url "http://myserver.com/servics/servlet/go/info"; return as pathInfo <null>, as NOT espected !!

what is the problem ?
can any one help me ?

tia

Max

--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to