-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The server configuration can be simplified by removing the need to explicitly define the individual connectors in a single-port endpoint.
<endpoints socket-binding="default" security-realm="default"/>
would be equivalent to the current
<endpoints socket-binding="default" security-realm="default"> <hotrod-connector name="hotrod"/> <rest-connector name="rest"/> </endpoints>