Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
Hi All, I have been developing a system using Tomcat on my Windows box at home. I am now ready to deploy it to a server. I was thinking of using Fedora Core because it is cheaper and I heard it has a fiarly good reputation. Could anyone pass on any experiences of running Tomcat 4 on

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread Richard Mixon
Users List Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql Hi All, I have been developing a system using Tomcat on my Windows box at home. I am now ready to deploy it to a server. I was thinking of using Fedora Core because it is cheaper and I heard it has a fiarly good reputation

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
and performance fixes are in Tomcat 5.5. HTH - Richard -Original Message- From: ALEX HYDE [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 10:46 AM To: Tomcat Users List Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql Hi All, I have been developing a system using

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread marju jalloh
I went throug the permission and now I get another error java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.SocketException: java.net.ConnectException: Connection refused ** BEGIN NESTED EXCEPTION ** java.net.SocketException

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Sebastian Funk
Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l' really the right host? Did you tried it with the ip-address? Best Regards, Sebastian On Dec 12, 2005, at 2:37 PM, marju jalloh wrote: I

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread marju jalloh
yes it is right I tried it with localhost and also eith the IP address Thanks for your response Byfour Sebastian Funk [EMAIL PROTECTED] wrote: Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l'