Thanks for the quick reply, Bryan. It's working now.
Steve
>> -----Original Message-----
>> From: Bryan Pendleton [mailto:bpendleton@amberpoint.com]
>> Sent: Tuesday, June 05, 2007 1:49 PM
>> To: Derby Discussion
>> Subject: Re: Connection refused
>>
>> > I am unable to connect successfully from a remote client running
'ij'.
>>
>> By default, the Network Server will listen to requests only on
>> the loopback address, which means that it will only accept
>> connections from the local host. See:
>> http://db.apache.org/derby/docs/dev/adminguide/tadmincbdjhhfd.html
>> for a more detailed explanation.
>>
>> To connect remotely, you should:
>>
>> 1) Configure authentication mechanisms so that you aren't putting
>> an unprotected resource up on the net.
>> 2) Start the Network Server with the -h parameter to tell it to
>> listen on a network-visible address.
>>
>> thanks,
>>
>> bryan
>>
|