Skip to content
Adam Bien edited this page Aug 27, 2013 · 2 revisions

Starting with v1.3.0 LightFish offers a REST interface to the deployed applications.

To get generic container information perform:

http://localhost:8080/lightfish/resources/applications/

Monitoring information of all deployed components is available under:

http://localhost:8080/lightfish/resources/applications/{application-name}/ejbs

Bean-specific information is available under:

http://localhost:8080/lightfish/resources/applications/{application-name}/ejbs/{ejb-name}

The REST interface only offers a simplified view to GlassFish monitoring infrastructure.

Clone this wiki locally