18.3. 配置连接器
连接器是与 remotings 相关的主要配置元素,其中包含一些用于其他配置的子元素。
更新现有连接器配置
/subsystem=remoting/connector=new-connector:write-attribute(name=socket-binding,value=my-socket-binding)
reload
创建新连接器
/subsystem=remoting/connector=new-connector:add(socket-binding=my-socket-binding)
删除连接器
/subsystem=remoting/connector=new-connector:remove
reload
有关配置连接器的属性的完整列表,请参阅 Remoting Subsystem Attributes 部分。