Find name of all application running on a WebLogic server through a java web application

前端 未结 1 467
無奈伤痛
無奈伤痛 2021-01-23 07:18

Lets say I have 4 applications (app1, app2, app3, app4) running on a WebLogic Server.

I am writing a new web application in Java, that will run on the SAME server, and

相关标签:
1条回答
  • 2021-01-23 07:58

    You will have to use Java Management Extensions (JMX).

    JMX is a Java technology that defines standards for implementing management and monitoring of applications, and service oriented networks. These resources are represented by objects called MBeans (ManagedBeans).

    Check this example.

    0 讨论(0)
提交回复
热议问题