Hint: Never write try clauses that throw away the exception.
Add the following code before the "finally: clause:
While I don't otherwise condone web apps printing to stdout, in
Tomcat it will show up in one of the catalina output logs.
For a Real World app, I'd use proper logging and add error handling code to the app, but this will get you rolling.
[ December 06, 2007: Message edited by: Tim Holloway ]