Re: Problem starting connection pooling

2010-01-22 Thread David Smith
Mark Witczak wrote: I'm very new to Tomcat, connection pooling, JSP, etc. and I've been banging my head against a wall for two weeks trying to get a simple program to connect to a MySQL database. *Vital Stats:* Ubuntu 9.10, Java 1.6.0_0, Java Servelet 2.5, Java Server Pages 2.1, JSTL 1.2,

Re: Problem starting connection pooling

2010-01-22 Thread Mark Witczak
On 1/22/2010 8:05 AM, David Smith wrote: Mark Witczak wrote: I'm very new to Tomcat, connection pooling, JSP, etc. and I've been banging my head against a wall for two weeks trying to get a simple program to connect to a MySQL database. *Vital Stats:* Ubuntu 9.10, Java 1.6.0_0, Java

Re: Problem starting connection pooling

2010-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 1/22/2010 8:44 AM, Mark Witczak wrote: I used: mysql -u foo -p -h test.hostname.com Is there a way to force the command to use TCP/IP? is there a parameter for networking that I should include in context.xml? What you did ought to be

Problem starting connection pooling

2010-01-21 Thread Mark Witczak
I'm very new to Tomcat, connection pooling, JSP, etc. and I've been banging my head against a wall for two weeks trying to get a simple program to connect to a MySQL database. *Vital Stats:* Ubuntu 9.10, Java 1.6.0_0, Java Servelet 2.5, Java Server Pages 2.1, JSTL 1.2, Apache2, Tomcat