Hi,

i use the PhysicsService with delegation from the book Globus Toolkit 4. I can 
send the job from a client Host to a second Host where the PhsysicsService in 
the globus container run.

Can someone please tell me, how can i display the IP Address of the client 
Host. 

I put into the Web Service PhysicsService the following code:

                InetAddress addr = InetAddress.getLocalHost();     
                System.out.println("IP Address PhysicsService:\t" + 
addr.getHostAddress());

but i became: IP Address PhysicsService:      127.0.1.1
where the client Host IP Address is: 192.168.2.5

Thanks a lot
Saber




Saber Dridi
University Of Siegen

Reply via email to