This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes Connect to the selected active client using RMI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Connect to the selected active client using RMI" Watch "Connect to the selected active client using RMI" New topic
Author

Connect to the selected active client using RMI

ritz Mohamed
Greenhorn

Joined: May 20, 2011
Posts: 10
1. scan for all active clients running on the network,
2. Connect to the selected active client using RMI,
how can i do this all

some one help me
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Welcome to the Ranch!

A server shouldn't connect to a client. Clients connect to the server; if you do it the other way around you're effectively turning the client into a server.

I'll move this thread to our Distributed Java forum.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
ritz Mohamed
Greenhorn

Joined: May 20, 2011
Posts: 10
ok but i have to creat a lan adminstrator who can take the control of systems on the lan and can do all the system bootup and shuting down.
i am very new to this part of java.
how can i do it.
just tell me the steps.so that i can have little bit start up
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connect to the selected active client using RMI
 
Similar Threads
RMI behind NAT
Image display problem
how to detect client and sending form/frame from rmi server ??
RMI inside socket
Connecting to Java RMI service from C++