Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • Sign up for a Google App Engine accountif account if you don't have one.
  • Create a new application via the admin console or reuse an existing one for uploading the example.
  • Install the Google App Engine SDK for Java. This tutorial has been tested with version 1.3.26.

Deployment

First, checkout the sources from the Camel code repository.

No Format
svn co http://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-gae  camel 

Navigate to the camel-example-gae

...

and install from here.

Open the camel-example-gae/src/main/webapp/WEB-INF/application-web.xml file and replace the template application name replaceme with the name of the application that you created in the previous section. Optionally, adjust the version number if needed.

...

In the following, the application name camelcloud will be used as an example. If you deployed the example application somewhere else, use your application name instead. Go to http://camelcloud.appspot.comImage Removed. The application will redirect you to a login page (see also Security for Camel GAE Applications).

...