Remoting WildFly Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Configuration")
 
No edit summary
Line 2: Line 2:


* [[WildFly Configuration#Subjects|WildFly Configuration]]
* [[WildFly Configuration#Subjects|WildFly Configuration]]
=Overview=
<pre>
        <subsystem xmlns="urn:jboss:domain:remoting:3.0">
            <endpoint/>
            <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
        </subsystem>
</pre>
=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.

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, so if the name of that connector changes, the Remoting reference should also change.