Is the pathinfo portion of an URL supposed to work with JSPs?  In tomcat 3.2.2beta2, I'm using an URL like /app/test.jsp/pathinfo, but it's not working (as if tomcat is looking for a JSP named 'pathinfo' instead of 'test.jsp' in the 'app' webapp, with the path info set to "pathinfo".
 
Do I need to use a regular servlet to make that work, or is pathinfo just not supported by tomcat?

David

Reply via email to