How to find Tomcat MBeans on Confluence JMX interface

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

Tomcat MBeans are quite useful for monitoring. Normally they are found under the Catalina sub tree, but that is not true for Confluence.

This is related to the Engine name set by default on the server.xml file:

<Engine name="Standalone" defaultHost="localhost" debug="0">

ソリューション

When looking for those MBeans in the Confluence JMX interface, just expand the Standalone subtree as shown below:

While it should be possible to edit the server.xml file and set a different name, we would not recommend that. This is because there might be references to the engine name in other files and it also creates another customization to reapply after every upgrade.


最終更新日: 2020 年 10 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.