Reputation: 2222
I create a traditional web project with Servlet, Maven and Bootstrap.
How can I deploy it to the GAE?
Upvotes: 1
Views: 336
Reputation: 5230
1 Download eclippse
2 Install GAE plugin for eclipse
3 Create new project based on template
4 Create google account (gmail)
5 Create application for your google account with unique id
6 Login from eclipse to your google account
7 Deploy application to GAE using eclipse to application you create at step 5
Upvotes: 1