----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
--- Jean-Luc Rochat <[EMAIL PROTECTED]> wrote:
>
> You can bind them on as many IPs as you need, but
> htey have to use
> different ports.
>
> Jean-Luc
>
If what you say is true, this is a bug.
Consider: If I have aliased IP addresses going to the
same NIC card, I get two sets of sockets I can bind
to.
Therefore, let's say I run an application that listens
to port X of one IP. I may also elect to run another
instance listening on another IP address aliased to
the same NIC card and I can listen also on port X of
that IP address.
2 listeners, 2 IPs, 2 ports, 1 Ethernet. The ports are
the same number, different IPs. This is normal.
=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]