Can we connect two application on same default IP & Port

Hi,

I want to develop a new application (say two) , first application already connected to default IP and PORT 127.0.0.1 & 4565 respectively.

My second application can i connect to same IP and PORT ??

If no, then can you tell me how can i develop my second application ?

Regards,
Bibin

All ConfD clients can connect to the same IPC port of the ConfD daemon as configured through

/confdConfig/confdIpcAddress/ip

and

/confdConfig/confdIpcAddress/port

in confd.conf.

You can also configure additional IP addresses for the ConfD daemon to listen to through

/confdConfig/confdIpcExtraListenIp

in confd.conf.