This content has been marked as final.
Show 1 reply
-
1. Re: SOAP Addres Rewrite for Endpoint loadbalancing
glauberrs26 Feb 21, 2014 4:15 PM (in response to steljboss)I faced the same problem in JBoss 7.1
Apache (https) --> AJP --> JBoss 7.1
In stadalone-ha.xml:
<connector name="ajp" protocol="AJP/1.3" scheme="https" socket-binding="ajp" proxy-port="443" />
It's possible use proxy-name property too in the connector.
It's possible use the properties in connector http too.
Now, everything is ok:
<soap:address location="https://rewrite-host-request-client:443/ws-xxx/ServiceWS"/>
<subsystem xmlns="urn:jboss:domain:webservices:1.2"> I left default.