Skip to content

Firefly-Standalone v1.0.0 Beta

Choose a tag to compare

@irsadev irsadev released this 22 Sep 17:36
· 4797 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:

9897bb1 - fix table and scatter chart row and column number in ffapi-slate-test2.html [2017-08-11]