在WebSphere(节点)应用程序服务器中,有以下类提供显示名称和进程名称, WebSphere Liberty Profile
中的等价物来自WebSphere(传统)的类
我正在使用Liberty Profile v 8.5.5.8
答案 0 :(得分:2)
您可以按照this IBM KnowledgeCenter topic.中的说明从Liberty中的ServerInfoMBean检索服务器信息。有关如何在Liberty上使用管理mbeans的详细信息,请参阅this topic。