简体   繁体   English

weblogic AS:在具有两个受管服务器的集群上部署的应用程序

[英]weblogic AS: application deployed on a cluster with two managed servers

I'm on Weblogic AS 10.3.5, I have two managed servers pointed to a cluster, so I have two url, one for the first managed server, the other one for the second. 我在Weblogic AS 10.3.5上,我有两个指向集群的托管服务器,所以我有两个URL,一个用于第一个托管服务器,另一个用于第二个。

I will deploy my application on the cluster, so will I reach it on both the url? 我将在群集上部署我的应用程序,因此可以同时在两个URL上访问它吗? will the application deployed and running on both the servers? 应用程序将在两台服务器上部署并运行吗?

How does it work? 它是如何工作的? Can you give me some references, please? 你能给我一些参考吗?

Is it clear? 清楚吗?

Thanks a lot! 非常感谢!

First, you shouldn't be using WebLogic 10.3.5 anymore since it has reached the last stage of support called Sustained Support. 首先,您不应该再使用WebLogic 10.3.5,因为它已经达到了称为“持续支持”的支持的最后阶段。 Consider to upgrade at least to WebLogic 10.3.6. 考虑至少升级到WebLogic 10.3.6。

Related to your question, I believe you are talking about a Web Application and how to access it. 与您的问题有关,我相信您正在谈论Web应用程序以及如何访问它。 First you need to read about Load Balancing in a Cluster . 首先,您需要阅读有关集群中的负载平衡的信息 For the web part (JSP and Servlets) basically you have to options: setup a Web Server (like Apache HTTP) to make use of the WebLogic Plug-in, that will then be connected to the WebLogic cluster. 对于Web部件(JSP和Servlet),基本上,您必须选择:设置Web服务器(如Apache HTTP)以使用WebLogic插件,然后将其连接到WebLogic集群。 The other easier option is to simply use an LBR (load balance router hardware). 另一个更简单的选择是仅使用LBR(负载平衡路由器硬件)。

These are the "software" solutions you have for Load Balancing your web application in a clustered WebLogic: 这些是在群集的WebLogic中用于负载均衡Web应用程序的“软件”解决方案:

WebLogic Server supports the following Web servers and associated proxy plug-ins: WebLogic Server支持以下Web服务器和关联的代理插件:

  • WebLogic Server with the HttpClusterServlet 带有HttpClusterServlet的WebLogic Server
  • Netscape Enterprise Server with the Netscape (proxy) plug-in 带有Netscape(代理)插件的Netscape Enterprise Server
  • Apache with the Apache Server (proxy) plug-in 带有Apache服务器(代理)插件的Apache
  • Microsoft Internet Information Server with the Microsoft-IIS (proxy) plug-in 带有Microsoft-IIS(代理)插件的Microsoft Internet信息服务器

You can read more about this options at the Configure Proxy Plug-ins documentation page for WebLogic 10.3.6 . 您可以在WebLogic 10.3.6的“ 配置代理插件”文档页面上阅读有关此选项的更多信息。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM