Tomcat5.0.x uses two experiences
The same web application, old version, 5.0.x is not; today debugging discovers the problem, record, and check.
1) Under the lib directory of the application, there is no servlet.jar, otherwise conflicts.
2) Web.xml, url-pattern cannot have an / *.jsp form, change to / *, everything OK. I don't know why.