What happens if you use this URL instead? http://127.0.0.1:8888
I've seen weird things happen with the "localhost" host not resolving correctly. After this, try the following: - Open up a command prompt or terminal - Type: "telnet 127.0.0.1 8888" <--- If it gets stuck here, you have something weird going on. Try a different port or binding to 0.0.0.0 - Type "GET / HTTP/1.0" and hit enter twice <--- If you get something weird here that isn't what you'd see at your root URI, you have something else intercepting that request, though you're somehow able to bind to the IP and port On Tue, Feb 23, 2010 at 9:36 AM, Akshay <[email protected]> wrote: > Hi, > I am a newbie here. I dont know whether this is a right place for > this > question or not.. but still if anyone knows.. > > I installed google plugin for eclipse (version 3.5). > Now I am trying to run a sample web application. For this, I created > one > web application project which has one default servlet and index.html > page > already created. I tried to run application as per given instructions > here: > > http://code.google.com/intl/en/appengine/docs/java/gettingstarted/creating.html > > I am getting message in console that server started at > http://localhost:8888/ but when I try to visit this url through > browser .. > it gives error msg that, url appears to be broken. I tried Chrome and > IE. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
