I'm making project with Maven GAE plugin (http://www.kindleit.net/maven_gae_plugin/examples/index.html), but I didn't understand how I can run these projects on local development server. Can someone tell me what I have to do to run my application in eclipse? And I would also like to know how to deploy my application to GAE.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- Maven directory structure
- Angular route not working when used with Google Ap
- Passing the Maven Debug Flag from Hudson
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
I solved this myself. I had to add new run option for Maven. Select project and with right click you get menu and there select Run as / Run configurations / Maven / Create new and then add your goal to line goals. Then run it and server should start.
List of goals:
http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html