What is the extra feature of WAS 6.x compared to WAS 5.x???

I need the difference btw the two versions of 5.x and 6.x. And in which field they differ?
and why we go for 6.x rather than 5.x. and what are the similarities for both 5.x and 6.x
help me in this issue?

Questions by venki9900

Showing Answers 1 - 6 of 6 Answers

rupesh2006

  • Jul 1st, 2008
 

          Supports J2EE 1.2, 1.3 and 1.4 specifications

        Can upgrade runtime environment without upgrading applications

          Supports mixed version nodes in a v6 ND Cell

        Allow for migration in stages within a cell

        Mixed v5 and v6 nodes must have v6 DMgr (can’t add new v5 node)

        v6 ND introduces profiles

        Each profile has its own user data including WebSphere configuration

        All profiles share same WebSphere binaries

        Less disk space required than separate installations

        stand-alone server, deployment manager or custom profile


Quick answer is besides the JDK 1.4.2 from 1.3, 5x has WsInstance implemenation for multiple servers whereas 6x implements profiles that are better manageable and maintainable.
5x only creates separate configuration of the JVM but else everything is shared between server instances.
On 6x each profile can be managed independently without affecting the others. This helps in running different versions of you app in the same environment. So you could have a Dev, QA and Stage environment in the same server.
6x provides a distinct separation between product binary files and all instances of user data, all of which is encapsulated in one or more profiles
Deployment tool in 5x is replaced by PCTool (Profile Config tool)

Hope this helps.

Avatar

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions