java




adding_ssl_jre
Importing Certificate into cacerts of JRE will solve javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed issue. This can be done using Keytool in java. Below steps needs to be done for importing untrusted or new trust certificate into java. Export the certificate from browser and save in some path. E.g. vtm.cer. […]

Importing Certificate into cacerts of JRE




oracle-weblgic
Download latest JDK version for you OS. Install JDK in your local drive. Update above installed Java path in below mentioned files. So that Weblogic use those java version Update (Middleware)\user_projects\domains(DomainName)\bin\setDomainEnv.cmd (Windows) Update (Middleware)\user_projects\domains(DomainName)\bin\setDomainEnv.sh (*nix) set SUN_JAVA_HOME= JDK 1.7 path (e.g C:\Program Files\Java\jdk1.7.0_79) or set JAVA_HOME= JDK 1.7 path (e.g C:\Program […]

To do for Weblogic while upgrading JDK