Cloud Computing Task2
Cloud Computing Task2
BASED LAB
TASK REPORT
TITLE OF THE TASK
Create and deploy any web
application using Google App
Engine
Submitted by
RAM PRASATH M
DECLARATION
I affirm that the lab task work titled “Create and deploy any web application using google
App Engine” being submitted as the record of original work done by us under the
guidance of Mr. Sureshkumar S, Designation, Department of Computer Science and
Engineering.
(Signature of candidate)
RAM PRASATH M
(181CS249)
9.Save the file and open the file index.html. In the main section, enter the
section highlighted in bold below:
10.Save index.html and run the application again. From the home page,
click the link Cloud Computing. You should see the new page displayed
Stopping and Starting the AppEngine Development Server
You may want to stop the server running. Click the Red Button in the App
Engine Console Window
Demonstration
Your tutor should now give a demo of uploading the app to a live Google
Apps page. If you want to do this for yourself, you will need to create a
Google Apps account or use your class one. You can have up to 10 apps
per account at the time of writing. Ensure that you are logged into your
Google account inside Eclipse.
CREATING YOUR OWN APP ENGINE APPLICATION :
1. Log onto your account at
http://appengine.google.com
3.COMPATABILITY PROBLEM
Currently (Oct. 2016) the Google App Engine runs Java 1.7 . By
default, your Eclipse compiler is probably using Java 1.8 or later.
You need to set the defaultversion for the app engine project to be
1.7, together with the Project Facets if they are set too.
You will know if you have this problem if you see a message
somewhere similar to “Unable to update app : Class file is Java 8 but
max supported is Java 7” In this case, set the Java Compliance
level in the Project Properties
4. Publish your demo app from Eclipse
a.Ensure you are signed into your Google account. It should indicate
this at the bottom of the screen. If you cannot log in from Eclipse,
quit Eclipse, log into Google from your browser, then restart Eclipse.
See problem at https://developers.google.com/eclipse/docs/signin
b. Set your app id in Eclipse. Right-‐click the project— Google—
AppEngineSettings.
c. Enter your id created
previously