vamsi-vegi
vamsi-vegi

Reputation: 305

how to get the server display name and process name in Websphere Liberty Profile

In the WebSphere (node) application server, there are the following classes that provide the display name and the process name, what is the equivalent in WebSphere Liberty Profile

Classes from the WebSphere (traditional) are

I am using Liberty Profile v 8.5.5.8

Upvotes: 2

Views: 1585

Answers (1)

F Rowe
F Rowe

Reputation: 2064

You can retrieve server info from the ServerInfoMBean in Liberty as described in this IBM KnowledgeCenter topic. For more info on how to use management mbeans on Liberty, see this topic.

Upvotes: 3

Related Questions