2 messages in com.mysql.lists.javaConnection Refused Exception in Signe...
FromSent OnAttachments
Zief24 Apr 2004 06:27 
Jeff Newmiller24 Apr 2004 16:07 
Subject:Connection Refused Exception in Signed Applet
From:Zief (mys@zieftech.freeserve.co.uk)
Date:04/24/2004 06:27:00 AM
List:com.mysql.lists.java

Hi,

I am trying to connect to a database through a signed and trusted applet. The database is on my computer, and when running the Applet in IE6 on my computer (I have latest java1.5.0), it works fine. However, when running the applet on other computers on the network, or over the internet, I get an SQLConnect exception due to java.net.Connect Connection refused. I am fairly confident that this isn't a security issue, as the computers I am trying the applet out on all have my certificate trusted and given AllPermission in the policy file. Is there anything else which could be causing this? My connection url looks like: "jdbc:mysql:myipaddress//" is there anything wrong with that so it would run on my computer and no-one elses?

Thanks for any help in advance, Joe