Can someone please tell me the basic differences between
weblogic 8,9 and 10 versions
Answer Posted / kamal sastry
Difference between WLS 8.1 and WLS 9.X
WLS 9.X Fully compliant with the J2EE 1.4 Specification,
and runs on JVM 1.5
Concurrent change management (with lock and edit) for
managing changes to the domain's
Deployment Plan feature - The deployment plan lets an
administrator define specific features for a deployment in
an XML file, and re-use them for different deployment
types. For example, a production environment may have
specific database data source configurations that are
different from the test or development environments. The
master deployment plan for production will override or take
precedence over application settings for development
environment when deployed with it. This is very helpful
when administrators want to quickly deploy the same
application to test (qa) and production without any changes
to the app.
Side-By-Side deployment (Versioned Deployment) - The side-
by-side deployment or versioned deployment is an extremely
useful feature for updating production applications that
are live. It lets you specify a version (unique version
string entry in an Enterprise Application MANIFEST.MF file)
for an application and WebLogic will recognize that it
needs to deploy an additional application instead of
replacing the active one. This is most useful as a
production redeployment strategy; new incoming requests
will be directed to the new application version, and as
soon as all of the old sessions expire, the old application
(version) will be retired and deactivated.
Silent mode of Configuarion wizard
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Tell me how are the notifications generated when a server is added to a cluster?
What is meant by managedserver?
How many weblogic servers can I have on a multi-cpu machine?
When should I use multicast subscribers? : BEA Weblogic
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic
What can be the various reasons for a server crash?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
What are the causes of having ociw32.dll error in the database of web logic server?
How can the OUT OF MEMORY be solved?
What does the connected to element in the toolbar signify?
What is the function of t3 in weblogic server? : BEA Weblogic
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
Explain what are the ways in which the dns request of failed servers handled?