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?
Asked
Active
Viewed 223 times
1
-
what do you mean by Rebuild and restart GAE server? – Shehzad Apr 18 '12 at 14:02
-
Do you want to programmatically start the local app server (e.g. in a post-unit-test hook) for your local testing purpose? – Ibrahim Arief Apr 18 '12 at 14:38
-
yeah I want to restart the local GAE server, cause I cannot see my changes in my project when I just refresh the browser... – maximus Apr 18 '12 at 15:38
2 Answers
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