WebLogic(12C)—NetWork Channel

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/hanxuemin12345/article/details/46491733

1,Definition

    InWebLogica server instance neednot be bound a single network address, or a single port number/secure port. Anetwork channel provides this functionality. A network channel is aconfigurable resource that defines the attributes of a network connection toWebLogic Server.

 

    在WebLogic服务器中,一个server实例不需要绑定单个网络地址,或者单个端口/安全端口。NetWorkChannel(网络通道)就提供这样的功能。NetWork Channel 是一个可配置的资源,它定义了到WebLogic Server的网络连接属性。

 

2Function

Anetwork channel can define——

      The protocol the connection supports;

      The listen address;

      The listen prots for secure andnon-secure communication;

      Connection properties such as the logintimeout value and maximum message sizes;

      Whether or not the connection supportstunneling;

      Whether the connection can be used tocommunicate with other WebLogic Server instances in the domain,or used only for communication withclients;

网络通道可以这样定义——

      连接支持的协议;

      监听地址;

      安全和非安全通信的监听端口;

      连接属性,如登录超时值和最大消息大小;

      连接是否支持隧道;

      同一域中连接是否可以与其他Server实例进行通信,还是只能与客户端通信;

        

3,Toconfigure a Network Channel

      (1)Selectthe server to which you want to configure Network Channels;

      (2)Selectthe Protocols tab;

      (3)Selectthe Channels tab;

      (4)ClickNew;

      (5)Enter thegeneral configuration values for the new network channel;

      (6)ClickSave;

4,操作

在管理服务器AdminServer上创建新的网络通道Channel-base;

(1)选择服务器AdminServer,给其创建Channel:


 


 

(2)设置Channel名称、协议:


 

(3)设置监听地址、端口、外部监听端口:

监听端口设置为:7007


 


 


 


 

 

(4)测试:浏览器输入地址:http://127.0.0.1:7007/console

 


 

5,总结

了解NetWork Channel(网络通道)的作用;

熟悉如何新建NetWork Channel





猜你喜欢

转载自blog.csdn.net/hanxuemin12345/article/details/46491733