Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-12190

Reintroduce EJB over HTTP/HTTPS capability with HTTP Loadbalancer - server to server config

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 21.0.0.Beta1, 21.0.0.Final
    • None
    • EJB
    • None

      Wildfly/EAP added EJB over HTTP through load balancer, but we missed adding the ability to configure this server to server in the standalone.xml remoting subsystem like the other EJB server to server configs.

      The remoting outbound connection would need an http option , currently it only allows http*-remoting, remote and remote+http*.

       /subsystem=remoting/remote-outbound-connection=remote-ejb-connection:write-attribute(name=protocol,
      value=)
      http-remoting  https-remoting  remote  remote+http  remote+https
      

      Also, Undertow defaults to http://host:8080/wildfly-services for the provider URL to be used, the remote-outbound-configuration for http would need to be able to accept the path, as the path can be configured to a different path from wildfly-services. It might be good to default to wildfly-services if no path is specified.

      /subsystem=undertow/server=default-server/host=default-host/setting=http-invoker:write-attribute(name=path,value=ejbOverHttp)
      

              tadamski@redhat.com Tomasz Adamski
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: