码迷,mamicode.com
首页 > Web开发 > 详细

WebLogic(12C)—NetWork Channel

时间:2015-06-14 16:48:14      阅读:362      评论:0      收藏:0      [点我收藏+]

标签:

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





WebLogic(12C)—NetWork Channel

标签:

原文地址:http://blog.csdn.net/hanxuemin12345/article/details/46491733

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!