On 6 February 2012 14:25, IHateSoda <[email protected]> wrote: > I'm trying to get my IP address (192.168......) but I always get the > localhost IP (127.0.0.1).
You are presumably running your appserver (Tomcat, Jetty, ...) as localhost. If you want the servlet to return something else then do not run as localhost. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
