dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
Answers were Sorted based on User's Feedback
Answer / shabu
There are various differences ranging from 8.X,9.X,10.X
1. Changes made in console UI.
2. The node Manager uses the port no 5555 in 8.x and in 10.x
it uses 5556.
3. Every functionality should be done only after hitting
LOCK AND EDIT option in the version of 10x, Where as it is
not needed in the version of 8.x.
4. There is no need of creating Connection pools in 10.x
Datasource itself directs requests where as Connection pools
should be created in the version 8.x.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / gurrampati kiran
1) in 8.x supporting jdk is 1.4, 9.x is 1.5 and 10.x is 1.6
2) in 8.x we dont have lock and edit option whereas in 9.x,10.x we have lock and edit options.
3) in 8.x side by side deployment is not possible whereas in 9.x and 10.x it is possible.
4) in 8.x we dont have JMS module concept introduced in 9.x
in 8.x WM concept we dont have it is introduced in 9.x prior to this executable queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karunakar
8.x-----------------------------------------9.x and 10.x
1)In 8 no loc& edit option--------1)In 9 lock & edit option
2)here Execute ques are there-----2)here work managers
3)here you can use in node manager portno:-5556--3)5557
| Is This Answer Correct ? | 2 Yes | 7 No |
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
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
what is domian and how can it work ?
What is error ora-6502? : BEA Weblogic
what will happen if a managed server will go down at the time of performing the request
What are managed servers?
What is a trace in relation to web logic server?
What does 'stub' mean in weblogic server?
How do you troubleshoot a crash?
Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?
Explain the different versions of nm?
What is a domain structure? Does include cluster(s) and server instance(s)?