Giter Site home page Giter Site logo

appengine-wildfly-runtime's Introduction

AppEngine Managed VM Wildfly Runtime Example

This is an example AppEngine Managed VM custom runtime for the Wildfly Application Server. The runtime example can be used to deploy Java EE 7 applications.

This is not an official Google product.

What is AppEngine Managed VM?

Google AppEngine is a scalable platform-as-a-service that runs your application within Google's infrastructure. AppEngine Managed VM lets you run your application with custom runtimes, such as NodeJS, Ruby, or, in this case, Java EE 7 with Wildfly.

Wildfly Custom Runtime

The Wildfly custom runtime is stored in the docker/ directory. To build the custom runtime, run:

$ cd docker/
$ docker build -t appengine-wildfly-runtime .

Running Java EE 7 Applications

An example JavaEE7 application is stored in the javaee7-example/ directory. It was created from a Wildfly Java EE 7 Web Application Maven archetype.

To run this application locally on http://localhost:8080:

$ cd javaee7-example/
$ mvn gcloud:run

To deploy this application to a Google Cloud Platform project:

$ cd javaee7-example/
$ mvn gcloud:deploy -Dgcloud.project=YOUR_PROJECT_ID

appengine-wildfly-runtime's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

appengine-wildfly-runtime's Issues

Problem to run application locally

Hi Ray,

I'm trying to run the application example code, but when I execute the goal mvn gcloud:run, I'm getting the next error:

[INFO] ERROR 2015-09-28 15:02:40,453 instance.py:279] Docker build aborted: Error: image library/appengine-wildfly-runtime:latest not found

Note that, previos to do that, I'm building the docker image with the comman docker build -t appengine-wildfly-runtime .

Could you help me?

Thanks in advance,
Diego

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.