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 |
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
What is difference between welogic server and WebSphere?
How can domain configuration lock be enabled and disabled?
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic
What are pending messages in the console? : BEA Weblogic
How Can Cluster Communication Occur ?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
When should I use multicast subscribers? : BEA Weblogic
Tell the issues faced in weblogic?
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?
How to find out the listening ports?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic