localhost maps to the standard 127.0.0.0
which is a local interface only.
0.0.0.0 will bind to all the ip addresses of the host,
while if you specify a real ip address, only this
network will be bound.

I will update the doc to explain that.

On 8/31/06, Doug Fischer <[EMAIL PROTECTED]> wrote:

Guillaume,

I had not tried that before but I have now and it works great.  Could you
please explain why / how that works?

Thank you,
Doug


On 8/31/06 11:01 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:

> Have you tried with 0.0.0.0 ?
>
> On 8/31/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>
>> I am creating an http endpoint and setting the locationURI to
>> ³http://localhost:6789/MyService².  When I do this, I am unable to
connect
>> to this URI from anywhere other then the localhost.  In order for me to
>> have
>> the ability to connect from a machine other then the localhost, I need
to
>> replace localhost with the ip of the machine (10.10.10.38).  If I do
this,
>> I
>> can connect to it without a problem.  The problem that I have run into
now
>> is that I want to install this component on another server with a
>> different
>> ip address (10.10.10.70) so now I have to change my xbean.xml files for
my
>> binding components to the new ip address and rebuild.
>>
>> Does anyone have an idea on why this is or what I can do to fix this
>> behavior?
>>
>> Thank you,
>> Doug
>>
>>
>





--
Cheers,
Guillaume Nodet

Reply via email to