WAS V4 JSPs are incompatible with WAS V5.1.x
JSP container, thus you will need to recompile your JSPs...simplified reason for this is that the JSP generated class files are now expected to be org.apache.jsp
Note: If you have any JSPs in located in unnamed packages( ex: import myClass ) these will fail to compile due to a tightened restriction of JDK 1.4.