works with "localhost" but does not work with IP (Local IP)

Hi
I have been working on vaadin with Google app engine, and now i have finished my first vaadin application.

But its works with ‘localhost:8888’ but its not working with “ipAddress:8888”.

Any Ideas

thanks
shaker.v

Hi Chandra,

One question, are you working with Linux, MacOS or Windows?

Cheers,

Javi

Hi again Chandra,

Forget my previous post, I tell you the both methods there are availables with appengine.

If you use Windows you should start your appengine using this command:

appengine-java-sdk\bin\dev_appserver.cmd --address=<your_ip_address> --port=<your_port> war-location

And, if you are using Linux or MacOS you should do this:

appengine-java-sdk/bin/dev_appserver.sh --address=<your_ip_address> --port=<your_port> war-location

HTH,

Javi

Now its working.
Thank you very much!