You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Wall <dw...@myEastside.com> on 2001/04/19 08:12:44 UTC

jsp pathinfo

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