简体   繁体   English

Websphere Application Server配置文件与WAS版本之间的差异

[英]Difference between Websphere Application Server profiles and WAS editions

I am currently trying to build a Websphere Cluster , however the names of the Websphere Application server editions ( like Base , Developers , Network deployment etc ) and the concept of Profiles has got me confused . 我目前正在尝试构建一个Websphere集群,但是Websphere Application服务器版本的名称(如Base,Developers,Network deployment等)和Profiles的概念让我感到困惑。

  1. Is there a difference in the code base within the various Websphere server editions like Base , Express , Network Deployment etc ? 各种Websphere服务器版本(如Base,Express,Network Deployment等)中的代码库是否存在差异?

  2. Is the Network Deployment version the only one that supports Clustering ? Network Deployment版本是唯一支持群集的版本吗?

  3. If I build a dmgr profile on any of the other versions ( like WAS for developers etc ) can I get clustering to work ? 如果我在任何其他版本(如开发人员的WAS等)上构建dmgr配置文件,我可以使集群工作吗?

  4. Is using Installation Manager the only way of installing WAS 8.5 Network Deployment edition on Linux ? 使用Installation Manager是在Linux上安装WAS 8.5 Network Deployment版本的唯一方法吗? I read in this blog http://ianrobinson.blogspot.in/ that there is another simpler way , however I am not sure if this is meant for installing the Network Deployment edition . 我在这个博客http://ianrobinson.blogspot.in/中读到了另一种更简单的方法,但我不确定这是否适用于安装Network Deployment版本。

  5. How is the WAS developer's version different from the Network Deployment version ? WAS开发人员的版本与Network Deployment版本有何不同?

1. Is there a difference in the code base within the various WebSphere server editions like Base , Express , Network Deployment etc ? 1.各种WebSphere服务器版本(如Base,Express,Network Deployment等)中的代码库是否存在差异?

In the context of Java EE and programming API - there is no difference - same code base. 在Java EE和编程API的上下文中 - 没有区别 - 相同的代码库。 There is of course difference in licensing and cost. 许可证和成本当然存在差异。 ND in addition has components required to support clustering and distributed installations (like deployment manager, secure proxy or edge components). 此外,ND还具有支持群集和分布式安装所需的组件(如Deployment Manager,安全代理或边缘组件)。 There is also Intelligent Management (previously known as WebSphere Virtual Enterprise) integrated in ND since 8.5. 自8.5以来,还在ND中集成了智能管理(以前称为WebSphere Virtual Enterprise)。 Express limitation is currently a maximum of 480 processor value units. Express限制目前最多为480个处理器值单位。 It is limited to a 32-bit application server implementation. 它仅限于32位应用程序服务器实现。 But it is changing from version to version, so you should always check the web site for actual data. 但它正在从版本变为版本,因此您应该始终检查网站上的实际数据。

In addition since WAS v8.5 there is new lightweight, modular, Java EE 6 web profile certified WebSphere Liberty Edition. 此外,自WAS v8.5起,还有新的轻量级,模块化,Java EE 6 Web配置文件认证的WebSphere Liberty Edition。 It is based on same code packaged as OSGi modules, so you can compose server from only required components. 它基于与OSGi模块打包相同的代码,因此您只能从必需的组件组成服务器。 It also already supports some of Java EE 7 features. 它还支持一些Java EE 7功能。 For latest info - check wasdev.net 有关最新信息 - 请查看wasdev.net

2. Is the Network Deployment version the only one that supports Clustering ? 2. Network Deployment版本是唯一支持群集的版本吗?

If you are thinking of centralized management, and deployment then yes, it is only available in the ND. 如果您正在考虑集中管理和部署,那么它只能在ND中使用。

However other editions support something called simple load balancing . 然而,其他版本支持称为简单负载平衡的东西。

Simple load balancing distributes HTTP requests across multiple IBM® WebSphere® Application Server instances. 简单的负载平衡跨多个IBM®WebSphere®ApplicationServer实例分发HTTP请求。 You can configure simple load balancing to provide failover of an application state that is maintained in an HTTP session. 您可以配置简单负载平衡,以提供在HTTP会话中维护的应用程序状态的故障转移。

In this case each of server instances is separately maintained and administered, and you have to manually install same application in each. 在这种情况下,每个服务器实例都是单独维护和管理的,您必须在每个实例中手动安装相同的应用程序。 This is kind of same server farm approach. 这是一种相同的服务器场方法。 Session can be shared across servers using database. 可以使用数据库跨服务器共享会话。

Similar lightweight clustering is also possible with WebSphere Liberty collectives . WebSphere Liberty集合也可以使用类似的轻量级集群。

3. If I build a dmgr profile on any of the other versions (like WAS for developers etc) can I get clustering to work? 3.如果我在任何其他版本(如开发人员的WAS等)上构建dmgr配置文件,我可以使集群工作吗?

There is no dmgr profile in other versions that ND. 在ND的其他版本中没有dmgr配置文件。 You could federate that instance to the dmgr for management. 您可以将该实例联合到dmgr进行管理。 Even, if you would be able to create cluster it will be a violation of license. 即使如果您能够创建群集,也会违反许可证。

4. Is using Installation Manager the only way of installing WAS 8.5 Network Deployment edition on Linux? 4.使用Installation Manager是在Linux上安装WAS 8.5 Network Deployment版本的唯一方法吗?

In general - yes. 总的来说 - 是的。
However: 然而:

  • each edition can be installed silently, if you don't have X-Windows 如果您没有X-Windows,可以静默安装每个版本
  • Hypervisor Edition comes in a preinstalled image, which you just deploy as virtual machine and run configuration scripts, so no installation with IM. Hypervisor Edition提供预安装的映像,您只需将其部署为虚拟机并运行配置脚本,因此无需安装IM。

WebSphere Liberty can be installed using Installation Manager or downloaded as archive, and extracted. 可以使用Installation Manager安装WebSphere Liberty,也可以将其作为存档下载并解压缩。

5. How is the WAS developer's version different from the Network Deployment version ? 5. WAS开发人员的版本与Network Deployment版本有何不同? Developers edition is free for development, not licensed for production usage. 开发人员版本可免费开发,未获得生产许可。 Doesn't support clustering - see ad 1). 不支持群集 - 请参阅广告1)。

  1. No difference but features differs and has limitations. 没有区别但功能不同而且有局限性。 For example, Express is 32 bit only and the maximum PVU is capped. 例如,Express仅为32位,最大PVU为上限。 Base has no clustering. Base没有集群。

  2. Yes

  3. You can't cluster WAS Express and WAS Base although you can control them with a Dmgr by making them part of a cell. 您无法对WAS Express和WAS Base进行集群,尽管您可以通过将它们作为单元格的一部分来控制它们。 This is called federating a node. 这称为联合节点。

  4. Not sure about this one but I would think there is a console installer. 不确定这个,但我认为有一个控制台安装程序。

  5. WAS Developper is intended to give the same features as a production environment for free but you must use it only for development on a local desktop. WAS Developper旨在免费提供与生产环境相同的功能,但您必须仅将其用于本地桌面上的开发。

Base does have clustering just not memory-to-memory (only via database persistence). Base确实有集群,而不是内存到内存(仅通过数据库持久性)。

You however need to merge plugin configurations http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.base.doc%2Finfo%2Faes%2Fae%2Ftwsv_configsimplelb.html 但是,您需要合并插件配置http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.base.doc%2Finfo%2Faes%2Fae%2Ftwsv_configsimplelb。 HTML

I believe Base version has database session persistence clustering with some limitation. 我相信Base版本具有数据库会话持久性聚类,但有一些限制。 Feel free to correct me ;-) 随意纠正我;-)

You can add cache clustering with frameworks like infinispan 您可以使用infinispan等框架添加缓存集群

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Websphere Application Server和Websphere Commerce Server之间的区别 - Difference between Websphere Application server and Websphere commerce server BLE GATT服务器中的服务和配置文件之间有什么区别 - What is the difference between services and profiles in a BLE GATT server websphere门户服务器中portal和myportal之间的区别是什么 - what is the difference between portal and myportal in websphere portal server WebSphere Application Server for Developers与IBM WebSphere SDK Java 7 for Liberty和完整概要文件的区别 - difference for WebSphere Application Server for Developers VS IBM WebSphere SDK Java 7 for Liberty and Full profile 如何解决Websphere Application Server与IIM之间的JRE同步问题 - How to solve JRE synchronisation issue between Websphere Application server and IIM 如何检查应用程序服务器和WebSphere之间的类冲突? - How to check the class conflict between the application server and WebSphere? Websphere Application Server中的XAException - XAException in Websphere Application Server Websphere Application Server中需要Websphere MQ类 - Websphere MQ classes needed in Websphere Application Server WabSphere应用程序服务器中的多个配置文件 - Multiple Profiles in WabSphere Application server 记录Websphere Application Server 7的framewok - Logging framewok for Websphere Application Server 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM