Re: Tomcat 5-5-16, welcome page behaves strangely

2006-03-16 Thread Xiangzhou Wang
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

tomcat 5.5.15 404 - extra path after jsp page

2006-02-22 Thread Xiangzhou Wang
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