Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 674 Bytes

File metadata and controls

15 lines (9 loc) · 674 Bytes

CDI Probe

Since Payara Server 4.1.2.173

CDI Probe allows to inspect and monitor CDI beans of deployed applications at runtime.

With CDI Development Mode enabled, Payara Server administration console provides access to the CDI Probe tool. This tool allows inspecting and monitoring CDI beans of deployed applications at runtime.

CDI Probe provides the following interfaces:

  • HTML-based application accessible via browser

  • REST API

  • JMX beans

The CDI Probe tool is powered by the Weld CDI engine. More information can be found in the Weld project documentation about Development Mode.