-
Notifications
You must be signed in to change notification settings - Fork 77
Brunel Web Service
Dan Rope edited this page Aug 31, 2016
·
1 revision
If needed, Brunel can run as a Web Service which exposes a REST API for creating visualizations.
Note: Java (7 or higher) must also be installed on the machine.
- Set the local environment variable
BRUNEL_SERVER
=http://localhost:8080/BrunelServices
- Download and unzip Apache TomEE with JAX-RS
- Download and unzip both the Brunel source code and the Brunel distribution (brunel-all) from the latest release
- Find the brunel
.war
file located in the/java
subdirectory withinbrunel-all
- Rename this file to
BrunelServices.war
- Copy
BrunelServices.war
to thewebapps
sub-directory inside of TomEE - Start TomEE by running
startup
located in the/bin
directory within TomEE