Remoting WildFly Subsystem Configuration: Difference between revisions
Jump to navigation
Jump to search
(→Schema) |
No edit summary |
||
Line 17: | Line 17: | ||
:<br>https://github.com/wildfly/?<br><br> | :<br>https://github.com/wildfly/?<br><br> | ||
</blockquote> | </blockquote> | ||
<font color=red>TODO: Link to .xsd.</font> | |||
=Configuration Elements= | =Configuration Elements= |
Revision as of 03:30, 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>
Schema
TODO: Link to .xsd.
Configuration Elements
endpoint
The Remoting endpoint uses the XNIO Worker declared and configured by the io subsystem. The XNIO worker's configuration is described here: io subsystem worker configuration.
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.