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.
It is not possible from the admin console. You can do this with the java tool "jcmd" :
jcmd <PID> VM.system_properties