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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to