Debugging JSPs

2/13/2002


It turns out to be surprisingly difficult to debug JSPs. The error messages are usually very cryptic, and once your JSP has been translated to Java and compiled, the actual problem seems to have very little to do with the original JSP. There is a good reason for that: The program that is executing is quite different from the JSP!

Here are a few hints that will help you debug your JSPs.

Good luck ...

Back to assignments page Back to schedule page


© Jeff Offutt, 2001-2011, all rights reserved. This document is made available for use by GMU students of SWE 432. Copying, distribution or other use of this document without express permission of the author is forbidden. You may create links to pages in this web site, but may not copy all or part of the text without permission of the author.