I would suggest you to compile your project with the
tomcat you are using, such as server-api.jar etc.
There could be some API not matching as tomcat 4 and 5
supports different version of servlet/jsp spec.
William
--- Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> I have a web app that runs pe
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 acces