Home | History | Annotate | Download | only in gcm

Lines Matching full:engine

40       <li><a href="#appengine-setup">Using App Engine for Java</a></li>
70 <li><a href="http://code.google.com/appengine/">Java App Engine SDK</a> version 1.6 or later.</li>
129 <h3 id="appengine-setup">Using App Engine for Java</h3>
131 <p>To set up the server using a standard App Engine for Java:</p>
137 <p class="note"><strong>Note:</strong> The API key value set in that class will be used just once to create a persistent entity on App Engine. If you deploy the application, you can use App Engine's <code>Datastore Viewer</code> to change it later.</p>
141 <li>Start the development App Engine server by <code>ant runserver</code>, using the <code>-Dsdk.dir</code> to indicate the location of the App Engine SDK and <code>-Dserver.host</code> to set your server's hostname or IP address:</li>
167 [java] SEVERE: Created fake key. Please go to App Engine admin console, change its value to your API Key (the entity type is 'Settings' and its field to be changed is 'ApiKey'), then restart the server!
191 <p>Note that the <code>SERVER_URL</code> is the URL for the server and the application's context (or just server, if you are using App Engine), and it does not include the forward slash (<code>/</code>). Also note that <code>SENDER_ID</code> is the Google API project number you obtained in the server setup steps above.</p>