views:

16

answers:

1

Ok, so I use the GPE to create a new web project employing GAE but not GWT. Then, I right-click the project and do Run As -> (Google) Web application. Server starts up without error and tells me to visit: http://localhost:8888/.

When I visit this url, I'm served a 404 error instead of the index.html page that the project is configured to display right out of the box! Does this not fail for everybody else?!

Note that when I deploy this app to GAE, it operates just fine.

I'm Running:

  • Win XP SP3
  • Eclipse Helios
  • Google App Engine Java SDK 1.3.7
  • Google Plugin for Eclipse 3.6

Help! Please! Thanks!

A: 

Seems to have been a caching issue.

Steve