If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
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 |
what are the benefits of load order in the deployment of the application?
How to write a program of web logic server to get the connection pool attribute?
Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
How to troubleshoot and overcome such issues?
How do I identify the document type of an xml document? : BEA Weblogic
What is Weblogic ? (Weblogic Interview Questions)
What can be the reasons of server hang?
How do I get a thread dump to help track down a problem? : BEA Weblogic
What are the steps involved in setting up classpath in web logic server?
How do I increase weblogic server memory?
What signal tells the jvm to give a thread dump?
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?