Answer Posted / 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 |
Post New Answer View All Answers
How many types of weblogic installation ?
Tell me what are the ways in which weblogic servers can run on multiple machines?
What is the default thread stack size in windows?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
What is Unicast?
What is meant by managedserver?
What is the administration server?
Tell me how are the notifications generated when a server is added to a cluster?
How do stubs work in a WebLogic Server cluster ?
What is the use of persistent store in weblogic?
Write a program to bind string values in a preparedstatement?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What is boot?properties file in weblogic server?
What is t3 protocol?