简体   繁体   English

在weblogic上配置多个域

[英]Configure multiple domain on weblogic

We need to configure a weblogic 12c version like the example below. 我们需要像下面的示例一样配置一个weblogic 12c版本。 However I can't find the configuration to add Admin_Server2 and Admin_Server3 to machines 2 and 3. See wrongly configured illustration. 但是,我找不到将Admin_Server2和Admin_Server3添加到计算机2和3的配置。请参见配置错误的插图。

Can you please help or provide pointers on how to configure Ideal Weblogic Configuration. 您能否提供帮助或提供有关如何配置理想Weblogic配置的指导。

Ideal Weblogic Configuration 理想的Weblogic配置

Machine1
Admin_Server1
Managed_Server1
Managed_Server2
Managed_Server3

Machine2
Admin_Server2
Managed_Server4
Managed_Server5
Managed_Server6

Machine3
Admin_Server3
Managed_Server7
Managed_Server8
Managed_Server9

Weblogic Wrongly Configured Weblogic错误配置

Machine1
Admin_Server1
Managed_Server1
Managed_Server2
Managed_Server3

Machine2
Managed_Server4
Managed_Server5
Managed_Server6

Machine3
Managed_Server7
Managed_Server8
Managed_Server9

Configuration 2 配置2

I am not sure if this is the correct way of creating multiple domains in weblogic. 我不确定这是否是在weblogic中创建多个域的正确方法。

1) From  /Middleware/oracle_common/common/bin/ path execute config.sh to run the GUI installer and create two more Weblogic domains.
2) Create AdminServer-2, Managed Servers and Machine2
3) Assign different ports to AdminServer2, Managed Servers and Machine2 with IP address set to currently configured IP address for the machine or VM
4) Repeat steps 2 and 3 for AdminServer3, MS-3 and Machine3 but and use ports which are not used by Servers on Domains 1 and 2.
5) Result is below

http://<IP_ADDRESS>:7001/console
    Machine1
    Admin_Server1
    Managed_Server1
    Managed_Server2
    Managed_Server3

http://<IP_ADDRESS>:7006/console
    Machine2
    Admin_Server2
    Managed_Server4
    Managed_Server5
    Managed_Server6

http://<IP_ADDRESS>:7011/console
    Machine3
    Admin_Server3
    Managed_Server7
    Managed_Server8
    Managed_Server9

Note I need to login to each weblogic server in order to configure further details on each managed servers. 注意我需要登录到每个weblogic服务器,以便在每个受管服务器上配置更多详细信息。

It is important to understand what a WebLogic Domain is. 了解什么是WebLogic域非常重要。

A WebLogic domain could be seen as a group of resources which are grouped and configured together, in a domain. WebLogic域可以看作是在域中一起分组和配置的一组资源。 The domain configuration is managed through the admin server. 域配置通过管理服务器进行管理。 So, each domain has one and only one admin server. 因此,每个域只有一个管理服务器。 And every admin server belongs to only one domain. 而且每个管理服务器仅属于一个域。

From what I have understood is that you want to create a separate domain per machine. 据我了解,您想为每台计算机创建一个单独的域。 So you have to install and configure a WebLogic domain separately on each and every machine. 因此,您必须在每台机器上分别安装和配置WebLogic域。 During installation you don't you should only configure one machine. 在安装过程中,您不需要仅配置一台计算机。

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

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