Re: Servlets / JSP can't connect to MySQL in Ubuntu Server

2008-11-20 Thread Krapacs Ambrose
On Nov 20, 2008, at 5:16 , André Warnier wrote: So, you see, in the end it was a TCP/IP connection issue. But it was not at the level of your MySQL server, but at the source : your JVM would not let your webapp do a connect to that port. Now here comes a complication : finding where in

Re: Servlets / JSP can't connect to MySQL in Ubuntu Server

2008-11-19 Thread Krapacs Ambrose
On Nov 19, 2008, at 14:53 , Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ambrose, Ambrose Krapacs wrote: catch( Exception e ) { retVal = e.toString(); } And this gives you CommunicationLinkFailure for every URL you

Servlets / JSP can't connect to MySQL in Ubuntu Server

2008-11-18 Thread Krapacs Ambrose
I have tried many different configurations and I have been unable to get my Servlets / JSP to connect to MySQL server running. I am trying to get this set up on my main server which is running Ubuntu 8.10 Server with MySQL 5 and Tomcat6. I also tried setting up a Ubuntu 8.04 server with