Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
7e95232 - DM-8566: build related fixes. Merge PR #266. [2017-01-09]
22f01cd - DM-8566: build related fixes [2017-01-09]
86bd65a - DM-8566: build related fixes [2017-01-09]
4db36cc - wise calalog name change (remove 'wise_' prefix) [2017-01-09]