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
What is non-stage deployment?
What is meant by session replication?
What can be the various reasons for a server crash?
How do you set the classpath ?
When should I use the -nostage option?
How do I provide user credentials for starting a server?
How do clients handle dns requests to failed servers?
What are the enhancements in ejb 2.0 with respect to cmp?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
How many messages are sent across the network for processing topic messages? : BEA Weblogic
How many ways take thread dumps?
What causes java.io exceptions in the log file of weblogic server?
In what ways can a web logic servers performance be improved upon?
What are the advantages and disadvantages of node manager?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic