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