Sending real Ip address throgh GWT to backend services

2009-08-25 Thread mukta
Hi All, I am developing a web application using gwt 1.6. As one of the requirement, I have to send real IP address of the client through Gwt to back end. I tried several options but none of them suceeded. I also tried with the javascript native code but instead of machine's local Ip address, it

Re: Sending real Ip address throgh GWT to backend services

2009-08-25 Thread Lothar Kimmeringer
mukta schrieb: Sending Ip address is really necessary for us as we are planning to implement a session management system where admin can manage all the open sessions(In this case all open browsers). I still don't see the necessity of the internal IP-address of the system, the browser is

Re: Sending real Ip address throgh GWT to backend services

2009-08-25 Thread mukta
Hi Lothar, Thanks for your reply. Yes I understand 'Multiple Ip address' is one of the constraints. But as the part of showing session info will have to send Ip adress to the backend, as there are more than one user interfaces. I will give a try for java applet as you sugggested. Thanks, Mukta

Re: Sending real Ip address throgh GWT to backend services

2009-08-25 Thread Lothar Kimmeringer
mukta schrieb: Yes I understand 'Multiple Ip address' is one of the constraints. But as the part of showing session info will have to send Ip adress to the backend, as there are more than one user interfaces. So what? Every user interface is contacting the server and every servlet container

Re: Sending real Ip address throgh GWT to backend services

2009-08-25 Thread श्री
hi mukta On Aug 25, 1:35 pm, mukta mukta9...@gmail.com wrote: I have to send real IP address of the client through Gwt to back end. perhaps we can write scripting (say python for eg) service which can talk to GWT using JSON - sree --~--~-~--~~~---~--~~ You