You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Xiangzhou Wang <xi...@yahoo.com> on 2006/02/23 00:31:23 UTC

tomcat 5.5.15 404 - extra path after jsp page

I am using tomcat 5.5.15, I can access jsp page, but
if I put /something after jsp page, I will get 404
error.

e.g.
good -> 
http://localhost:8080/jsp-examples/jsp2/el/basic-arithmetic.jsp

error->
http://localhost:8080/jsp-examples/jsp2/el/basic-arithmetic.jsp/test

Is there a way to still access the jsp and use
getPathInfo to get "test"? change config ??

Thanks,
William

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org