Re: Connection failed when connecting to MySQL server

2004-07-04 Thread Jorge Salido
You could try writing your code inside a try / catch pair to try to avoid a crash or something like that, and if your code fails, let it print any error message the exception generates... Jorge On 3 Jul 2004 07:30:56 -, Sulabh Nangalia [EMAIL PROTECTED] wrote: I have tomcat-4.1.18 server

Connection failed when connecting to MySQL server

2004-07-03 Thread Sulabh Nangalia
I have tomcat-4.1.18 server and mysql-3.23.52 server on the same machine (RedHat Linux 8) In my webapps/application/WEB_INF/lib/ folder, I have 2 .jar files. One is myapplication .jar and other is JConnector(downloaded from mysql.com). One of the files in my application contains the following