How do I deploy a GWT app to Google App Engine?

I am using gwt-maven-archetypes

, and I have a problem that I cannot remember how I can deploy my application to Google App Engine.

It has been a while since I did this last time. I remember there is a command line tool that I have to use as the GWT plugin for Eclipse does not work with gwt-maven-archetypes

or anything like that.

0


source to share


1 answer


Use Archetype GAE and then use "Deploy to App Engine ..." from the plugin menu; see this answer .



You can also mark your current project as an App Engine project in properties> Google> App Engine> check the Use Application Engine checkbox to be able to deploy using the plugin.

-1


source







All Articles