Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.8 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.8 KB

To run on Docker

  • Shortcut

    • docker pull abhirockzz/javaee-cdi-concurrency-utils
    • docker run -it -p 8080:8080 abhirockzz/javaee-cdi-concurrency-utils
  • Build it yourself using the Dockerfile in the project (it uses this Payara image as the base)

    • docker build -t <your tag> .
    • docker run -it -p 8080:8080 <your tag>

To run

  • git clone the project and execute mvn clean install
  • Deploy javaee-cdi-concurrency-utils.war in target directory to any of the Java EE 7 containers

To check

  • execute a HTTP POST to http://localhost:8080/javaee-cdi-concurrency-utils/tasks/ - this initiates a task and returns the task ID