Also could you please let me know wat it means to create the derby.properties file in the format created by the java.util.Properties.save method and how to make the server to listen ,eliminating the possibility that a firewall is blocking ??
Bartholomew Job wrote: > > Hi, > > When I try this > > > > ij> connect 'jdbc:derby://147.xx.xx.xx:1527/myDB'; > > > > I get the following error > > ij> ERROR 08001: java.net.ConnectException : Error connecting to server > 147.xx.xx.xx on port 1527 with message Connection refused: connect. > > > > I have created a derby.properties file in the server derby.system.home > directory and have it populated with > > derby.drda.host=0.0.0.0 and also tried giving clients ip address > > > > > > > -- View this message in context: http://www.nabble.com/Unable-to-connect-to-remote-machine-tp18852083p18869762.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
