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.
埋め込みグラスフィッシュで JMX を有効にするにはどうすればよいですか (maven-embedded-glassfish-plugin を使用)。
解決策は、適切なdomain.xmlプラグインを提供することです:
domain.xml
<configuration> <configFile>${basedir}/domain.xml</configFile> </configuration>
デフォルトでは、JMX が非アクティブになっています。