Firefly-Standalone v1.0.0 Beta
·
4809 commits
to dev
since this release
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:
c4fed28 - fix standalone build file pointing to the wrong webapp location [2017-08-10]