Making Web Server Remoting Client

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks,
I am trying to make my web Server to be used as Remoting client.
When I register client channel(tcp) i get error tcp channel already
registered. But when i don't register channel here... my programm works fine.
Don't we do register client channel in this case.
Thanks n Regards
Ranjan
 
hi ranjan,

U can register a channel inside your server, but r u registering the same
channel again.
Ex. if u use port 1234 for ur server A and u try to register the same port
inside the Server A, then u will get an error.
To make the server as a client to another server try registering a channel
with another port.

Am doin ur exact scenario in my project.
works without a glitch.

Hope this helps
Kannan.V
 
Back
Top