How can my application access the keystore configured in Weblogic admin console?
问题 I would like to access the Identity keystores (JKS) configured in Weblogic's Custom keystore configuration in my web application. How can I get weblogic to expose this without relying on the following environment properties: -Djavax.net.ssl.Keystore, -Djavax.net.ssl.KeystorePassword. 回答1: You can use following code as a starting point. A couple of notes: User executing the code needs to belong to a group called OracleSystemGroup Keystore is loaded from file system which is not recommended by