Re: First JDBC tomcat app

2006-02-24 Thread Robert Taylor
What do the logs say? Have you tried connecting to MySQL outside of Tomcat? Does that work? Can you get the page to display without the JDBC stuff in it? /robert David McMinn wrote: I'm stepping through the example Professional Apache Tomcat 5 book by Wrox in Chapter 14 - I have set up the mys

First JDBC tomcat app

2006-02-24 Thread David McMinn
I'm stepping through the example Professional Apache Tomcat 5 book by Wrox in Chapter 14 - I have set up the mysql database and confirmed it works and set up the tomcat server and confirmed that I can see my index.jsp page. When I try to go to http://localhost:8070/jsp-examples/wroxjdbc/JDBCTest