Deploying the applicationΒΆ

The application is built as a single JAR using mvn install, this JAR embeds a Jetty web-server.

The application can run as java -jar cucm-http-api.jar server path/to/configuration.yml.

The process can be runned using Supervisor or Circus to be properly managed.