user268018
user268018

Reputation: 1275

How to deploy application into google app engine

I created one application in eclipse.I want to deploy my application into google app engine.How to deploy my application into google app engine.

Upvotes: 0

Views: 2298

Answers (1)

Thilo
Thilo

Reputation: 262464

You have the App Engine Eclipse Plugin, right?

You need to set your application id in appengine-web.xml first, and then press the deploy button (or from the context menu: Google > Deploy to App Engine). It will ask for your account id and password.

Everything happens right in Eclipse.

Upvotes: 3

Related Questions