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 are stubs and how do they function in a web logic cluster?
Do ejbs have to be homogeneously deployed across a cluster? Why?
What is non-stage deployment?
How to write a program to bind string values in a preparedstatement?
How to set Connection Pool size in Weblogic Server ?
How do you differentiate between a server hang and server crash issue?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
What are the supported installation modes for WebLogic Server ?
1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??
What is t3 protocol?
What is the purpose of stub in web-logic server cluster?
Explain the difference between dynamic and non-dynamic changes in the console?