How can I run AppEngine from command line. Say I want to run it on http://localhost:8889 and that I want to run C:/workspace/myapp/src/main/webapp to be the app deployed on it.
I mean I want to run it stand-alone not using the Eclipse Google plugin.
To run locally on Windows:
This assumes that
myappcontains awardirectory. If that’s not the case, modify the path to wherever yourwardirectory is for the project you want to run.