-
Is it possible to get the Glassfish Version f.e. via an MBean? Or is there another better way? on weblogic we used this code. Is there an equivalent in Glassfish?
|
Beta Was this translation helpful? Give feedback.
Answered by
OndroMih
Mar 10, 2025
Replies: 3 comments 3 replies
-
Similar method should work in GlassFish:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@OndroMih thanks for the hints final code that worked
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@OndroMih thanks for the hints
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to invoke a special AMX Boot bean to enable the GlassFish beans.
After calling the bootAMX operation on that bean, all GlassFish beans should become available.
This happens also if you access GlassFish locally via a JMX client. The "amx" root becomes available only after pressing the "bootAMX" button on the boot-amx bean: