Remoting WildFly Subsystem Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
</pre> | </pre> | ||
= | =Configuration Elements= | ||
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. | ==endpoint== | ||
==http-connector== | |||
The <tt>connector-ref</tt> is the name of the [[Undertow WildFly Subsystem Configuration#http-listener|Undertow HTTP Listener]], so if the name of that connector changes, the Remoting reference should also change. |
Revision as of 02:20, 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>
Configuration Elements
endpoint
http-connector
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.