Steps for JDK version upgrade:
- Stop all the servers
- Copy JDK <New Version> to /tmp/
- Untar the installable
- Take backup of existing JAVA(jrockit)
- Copy the contents of the extracted/new java files to the existing JavaHome
- Copy the cacerts from the jrockit backup taken before upgrade to java_home/jre/lib/security folder
- Goto Domain_Home/bin and edit setDomainenv.sh
- Search for JAVA_SUN_HOME as in screenshot and place the javahome value(same as that of the old ones )
- Also place JAVA_VENDOR=”Sun” below the JAVA_SUN_HOME. Save the file.
- Download UnlimitedJCEPolicyJDK7/8.zip and copy to servers and extract the file. Two files US_export_policy.jar local_policy.jar will be present.
- Copy the files to JAVA_HOME/jre/lib/security folder
- Check JAVA version and start the servers.
No comments:
Post a Comment