Search code examples
weblogicweblogic12csystem-properties

List system properties in admin console


Is it possible to retrieve a list of system properties in the WebLogic admin console?

More specifically, I would like to know what System.getProperty("weblogic.Domain") returns.

If it is not possible, is it possible to do with some command line tool shipped with WebLogic?

Googling "list system properties weblogic" mostly gives results on how to set system properties.


Solution

  • It is not possible from the admin console. You can do this with the java tool "jcmd" :

    jcmd <PID> VM.system_properties