LightFish is Licensed under the Apache License, Version 2.0
Download the lightfish.war from releases and deploy it to Payara Server or GlassFish
To launch the lightview client, execute: java -jar lightview-app.jar
or from source:
git clone https://github.com/AdamBien/lightfish.git
mvn clean install
in the multi-light folderDrop the lightfish/target/lightfish.war into /payara41/glassfish/domains/domain1/autodeploy
Point your browser to: http://localhost:8080/lightfish
LightFish should install the necessary connection pool and datasources on-the-fly. There is no setup needed. Tested with Payara v4.1X. Payara is patched GlassFish 4.1, so lightfish should also run GlassFish.