-
Notifications
You must be signed in to change notification settings - Fork 41
Home
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.