I need to find information about the application server my EJBs are running on. System.properties contains a lot of information about Java and the operating system, but I need to know what type of application server and possibly even the version.
Is there a way to get this information in an application-independent way (possibly JMX)?
Alternatively, is there a WebSphere way to get this information?
source
share