You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stephen Wong <st...@imoeba.com> on 2001/01/27 14:45:29 UTC

getPathInfo problem in servlet

I am new to tomcat.

I use tomcat3.2.1 binary version to install  tomcat and
found the request.getPathInfo() always return null, no
matter it is in JSP or servlet.  I simply add a line in
the HelloWorldExample.java and it print null.   I read
from the past mail-archives that it is normal in jsp but
not in servlet.  What is the problem?

I use redhat 6.2.

STephen