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 |
What is jms and configuration details?
Explain where are the files placed while deploying the resource adapter in web logic server?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
How many ways take thread dumps?
how can we handle if server is hang? and how to handle out of memory in weblogic?
What is Weblogic ? (Weblogic Interview Questions)
What is a messaging bridge?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
How do I increase weblogic server memory? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
What is clustering? What are the different types and how does clustering works in a network ?