Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tomcat アプリケーションの起動中に MBean を共通クラスに登録しています。統計を記録するために、他のクラスでこの Bean にアクセスしようとしています。しかし、JMX Bean の値は JConsole で更新されません。
試したMBeanをインスタンス化するには
MBeanImplClass = new MBeanImplClass();
MBeanInterface= new MBeanInterface();
MBean を使用するたびに登録する必要がありますか?