|
| Getting standard Java SSL implementation to work with Weblogic |
 |
Mon, 26 Nov 2007 16:04:14 -080 |
JDK 1.3.1
Weblogic 7.03
I need to allow for code within my WLS application to act as a SSL client to a
remote Web service.
For standalone (non-WLS) code, I am using the standard Sun provided SSL
implementation libraries (using jsse.jar, jcert.jar, and jnet.jar place in
JRE_HOME/lib/ext), along with the appropriate changes to the
JRE_HOME/lib/security/java.security file
(security.provider.3=com.sun.net.ssl.internal.ssl.Provider) and the
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol setting on
the Java command line. That works fine.
However, if I attempt to provide the -D option on my Weblogic server Java
command line, it gives me an out of memory error. My thinking was that the
settings for the JRE would work but they don't seem to.
My question is how does one set up Weblogic server apps. to successfully act as
SSL clients in a static way via configuration files? Can this only be done
dynamically?
Thanks,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|