If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
Answer Posted / 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 View All Answers
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
How to troubleshoot it?
What are the ways in which the dns request of failed servers handled?
Tell the issues faced in weblogic?
What is the managed server?
Explain briefly the client-server architecture.
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
How do I do http tunneling? : BEA Weblogic
What are application servers?
How do I configure jms security? : BEA Weblogic
What is thread dump?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
When we can update the application? Is server up time or downtime?
What are crossdomainconnectors in reference to web logic servers?
What can be the reasons for server hang?