Skip to main content
Home
Live to Learn!

Main navigation

  • Home
  • Learn
    • FoxPro
    • MS-DOS
    • C PRG
    • Java
    • ASP
    • Ruby on Rails
    • ASP.NET
    • E-Books
    • Exam Preparation
    • Tools
  • Blog
  • Forums
  • Contact
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Cloud API Implementation Tutorials
  3. Google App Engine

Set up Google App Engine with Netbeans 7.3

Book navigation

  • Google App Engine
    • Set up Google App Engine SDK
    • Set up Google App Engine with Netbeans 7.3
  • Sharpbox API
By Karthikeyan , 16 November, 2013

1. Install GAE - Netbeans Plugin

Download Google App Engine Netbeans Integration plugin from from the below link

https://code.google.com/p/nb-gaelyk-plugin/downloads/list

Extract the contents to a folder.

Now open Netbeans IDE and go to Tools -> Plugins

In Downloads Tab, click Add Plugins and browse to the folder which contains the extracted files of the GAE Plugin and import all.

Add new plugin in Netbeans

 

2.  Register Google App Engine Server in Netbeans

Go to services tab in Netbeans and Right click on servers, click Add..

Netbeans Add Google App Engine Server

Select Google App Engine and proceed next to choose the GAE SDK folder contents.

In the next window if you wish to change the default ports change it else leave it as is.. 

HTTP : 8080 Debug : 8765

Then click Finish.

3.  Start your first Project

Open File -> New Project, under Samples select Google App Engine

Netbeans New GAE Project

Now edit the sample guestbook application as you want.

Build and Run the project..

4. Deploying to Google Cloud

Sign up for Google App Engine using your Google account.

Create new project and note the project ID.

Update the project ID in appengine-web.xml.

Also, add threadsafe false tag.

 




your-app-id
1

false

Right click on the project name and click deploy.. That's all...

Now access your application at World wide web : http://<-your-app-id->.appspot.com

Tags
Google
Google App Engine

Comments5

Aaina Arora (not verified)

8 years 8 months ago

In reply to by Aaina Arora (not verified)

I was able to solve this error by changing the appengine-web.xml.

Now I am getting this error

Unable to update:
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.co...
403 Forbidden
You do not have permission to modify this app (app_id=u's~driven-copilot-143702').

Profile picture for user admin

admin

8 years 8 months ago

In reply to by Aaina Arora (not verified)

Thanks for updating solution.

Aaina Arora (not verified)

8 years 8 months ago

In reply to by Piyush (not verified)

To solve it, you would need to run the cmd. Go to start and run cmd.

Navigate to C:\appengine-java-sdk-1.9.17\bin or whichever your appengine location is then type:

appcfg update "C:/path/to/app/directory/"

Aaina Arora (not verified)

8 years 8 months ago

I am getting following error

Bad configuration: XML error validating
caused by: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application'.

Piyush (not verified)

10 years ago

.Please enter code: Either the access code is invalid or the OAuth token is revoked.Details: invalid_grant

this error is coming after clicking on "Deploy To App Engine" .

Featured Blog Posts

Convert Currency in Number to Words (Indian Rupees) - MS Excel
Foxpro Tutorial and Programs
Convert Currency in Number to Words in MS Word
Convert Currency in Number to Words (Indian Rupees) - Version 2
Best way to Use Rupee Symbol in Windows – Easy steps
Convert Currency in Number to Words - MS Access
Creating All in One Windows XP DVD with all Important Applications
RSS feed

© 2009-2025 Live to Learn.In

Terms of Use | Privacy Policy