|
Panagiotis,
Are you using a try block around the code to catch
SQLExceptions
in your development setup?
This is what is happening: you are throwing an
exception without
a handler. The jvm just unwinds to the top and
drops you out.
Try using something like this in the
JSP:
<%@ page errorPage="error-page.jsp" %> or else debug the connection code in an IDE
first.
Regards,
Dave
|
Title: More Tomcat problems.
- More Tomcat problems. Panagiotis Konstantinidis
- Re: More Tomcat problems. Dave Smith
- Re: More Tomcat problems. Endre St�lsvik
- Re: More Tomcat problems. Dave Smith
- request dispatch woes Alan Wright
- Re: request dispatch woes Craig R. McClanahan
- RE: More Tomcat problems. Panagiotis Konstantinidis
- RE: More Tomcat problems. Panagiotis Konstantinidis
