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 |
Explain what is the procedure to configure jms security?
How to find the heap memory of managedServer?
which protocol it user to connect manage server to admin ? where it is defined ?
What is Multicast?
what is the differencees between work manager and executequeue?
What is the performance issue in weblogic and how can you resolve ,explain in brief
When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic
Do you know how are multi-byte characters used with weblogic jdriver?
What is the format of the log message out to standard out?
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
How should I use sorted queues? : BEA Weblogic
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?