If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed



If your client asks toupgrade the jdk version. How can you do this and after then what are the post ..

Answer / hari krishna.y

First select the JDK version that what u need to update:
-------------------------------------------------------
1.First check the current version.
2.Then keep the update jdk version software in the required location on u r system.
3.Suppose /home/oracle/jdk1.6.0_35
4.In terminal type the above command /home/oracle/jdk1.6.0_35
5.The new jdk version is installed.
6.Then link the old jdk to new jdk to following the below code
--> ln -ld jdk*
--> ln -s jdk1.6.0_35 jdk
--> ln -ld jdk*
7.The new jdk version is updated.
8.change the path of the old jdk to new jdk in DOMAIN_HOME/bin/.setDomainEnv.sh
9.There u can find the code like SUN_JAVA_HOME=path of the older version update the new path of the jdk
9.then write and quit(:wq!)
10.To conform type java -version or check with the managed server logs.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Weblogic Interview Questions

What is a domain in weblogic?

1 Answers  


If SSL is configured then which key is send to the client?

3 Answers   TCS,


What are the causes of having ociw32.dll error in the database of web logic server?

0 Answers  


How you will analyse threads state using samurai tool?

0 Answers  


What is Connection Pool ?

6 Answers   HCL,






Must ejbs be homogeneously deployed across a cluster? Why?

0 Answers  


What is a thread dump?

0 Answers  


What is the local interface used by web logic server?

0 Answers  


How to troubleshoot and overcome such issues?

0 Answers  


What is console mode?

0 Answers  


How many ways take thread dumps?

0 Answers  


How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?

1 Answers   IBM,


Categories