posted 23 years ago
thanks for you reply. but i still don't understand:
if i start rmiregsitry on port 1099, and i export a chatserver to it, then what is the listening port of the chatserver?
if it is listening 1099, then that means the rmiregistry and the chatserver share a same port, and that's not allowed. (i think the rmiregistry is also a kind of server)
if it is not listening port 1099, since i didn't give it a special port, then how does the chatclient know which port to connect to?
and if i'm not allowed to export more than one server to a single rmiregistry, then does it mean i have to start one rmiregistry for each server i want to run, chatserver, mailserver, etc.
i'm confusing myself here. hopefully it doesn't confuse you.
X HOU