Thank you for replying my last question. I have deployed JPPF normally
while the client, server,node are running at the same machine.
but when I deployed the client to another machine,
and the node and server are running at the same machine at this time,
I just changed the file jppf.properties of the client
driver1.jppf.server.host = localhost to
driver1.jppf.server.host = 99.1.92.23
while 99.1.92.23 is the address of the server.
when I start the client, the node return nothing while it returned some messages before.