1

I am looking for a way of how to rebuild and restart the gae server for a project to view it on localhost in the browser?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
maximus
  • 11,264
  • 30
  • 93
  • 124

2 Answers2

1

It sounds like you're looking for the development server (dev_appserver.py in python, there's a Java equivalent but I don't the commandline). It comes with the SDK.

dragonx
  • 14,963
  • 27
  • 44
1

To clean the localhost datastore, remove the appengine-generated under war directory

Victor
  • 8,309
  • 14
  • 80
  • 129