Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
JaaS installation

Section describes installation of the JaaS


Back to Jagger as a Service REST API

Installation with docker

Fast way to install JaaS - download and run docker image.
Details, you can find in Local installation

Installation with embedded server

JaaS based on Spring Boot, so its properties can be configured using one of Spring Boot ways -
Boot External Config

TODO: where to take JaaS jar? Do we have it in nexus?
To launch JaaS just execute:

java -jar <JaaS jar>


By default JaaS is listening on port 8080. To change it just override property "server.port".