Discussion
CA
Last activity: 5 Sep 2016 22:22 EDT
Where to inject System.setProperty ..?
Hi
I want to have
System.setProperty("javax.net.ssl.keyStore", "keystore.jks");
executed and be available during whole runtime. The reason for this that Connect SOAP rule doesn't pick correct keystore location when I specify at WAS node/cell/cluster level. So I want this invoked as close as possible before invoking a connect SOAP rule.
Thanks