We are using weblogic10.3.4 , using JMX ,is it possible to get the application name.?
The current application deployed in weblogic server.
Should i use ApplicationRuntimeMBean
We are using weblogic10.3.4 , using JMX ,is it possible to get the application
Share
Yes, if you use
ApplicationRuntimeMBean, you would then be able to get the appliation name via thegetApplicationName()method.You can find more information about this on the documentation page for the
ApplicationRuntimeMBeaninterface… and the entireweblogic.management.runtimepackage documentation, here.