macemers
macemers

Reputation: 2222

How to deploy Servlet project to google app engine?

I create a traditional web project with Servlet, Maven and Bootstrap.

How can I deploy it to the GAE?

Upvotes: 1

Views: 336

Answers (1)

alexey28
alexey28

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

Related Questions