Remoting WildFly Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
=Organizatorium=
=Organizatorium=


The <tt>connector-ref</tt> is the name of the Undertow, so if the name of that connector changes, the Remoting reference should also change.
The <tt>connector-ref</tt> is the name of the Undertow HTTP Listener, so if the name of that connector changes, the Remoting reference should also change.

Revision as of 02:16, 20 January 2016

Internal

Overview

        <subsystem xmlns="urn:jboss:domain:remoting:3.0">
            <endpoint/>
            <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
        </subsystem>

Organizatorium

The connector-ref is the name of the Undertow HTTP Listener, so if the name of that connector changes, the Remoting reference should also change.