Hi,
I recently upgrade the TOMCAT from 5.0.28 to 5.5.17 and suddenly found out all the .JSP page turns out blank page for my application. So I did some investigation and found out 1) jsp-examples folders come with the TOMCAT 5.5 works perfect. 2) A simple page test.jsp not working, here is <html> <body> <hr /> <p>TEST PAGE SHOULD COME UP</p> </body></html> 3) After I copy the test.jsp to test.html, the contents showed up correctly. 4) I make sure every user has execute/read rights on the whole webapp folder. Can anyone shed some light? Thanks pat