what is the diffrence between weblogic server 8.x/9.x/10.x?
Answer Posted / pranith
I am adding some more points:
5) In Weblogic 8.x, all the jms details will be present in
the same config.xml whereas 9.x/10.x it will be partly
maintained in config.xml and a separate xml files in
domain/config/jms folders for each jms module.
6) In 8.x we don't have concept of JMS modules and
subdeployments whereas its in 10.x.
7) In 8.x, we have queues,topics,distributed destination
etc., separately whereas in 10.x they are clubbed inside a
JMS module.
8) The directory structure inside a domain differs alot
between 8.x and 9.x/10.x like the config.xml location,cache
and staging folder paths,managed or admin server paths etc.
9)The wlst is made more easy and comfortable from 9.x
onwards when compared to 8.1 sp6.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
What is meant by gc and explain it?
Why do we need to remove cache?
Explain the domain creation types?
What is SSL in weblogic ?
List components of jndi?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How does a file store compare with a jdbc store? : BEA Weblogic
What type of object is returned by resultset.getobject()? : BEA Weblogic
How do you troubleshoot server hang?
Explain The Term Clustering ?
What is the difference in the web.xml and weblogic.xml ?
What is silent mode?
Do ejbs have to be homogeneously deployed across a cluster? Why?
How can the nm be made to work with web logic? Explain?