Hi,
I was wondering how I can configure the following scenario:
We have a setup where 4 JBoss AS servers run behind a box acting as a LoadBalancer and a
SSL Proxy. This means the public WSDL location is
https://secure.domain.com/webservices/application?wsdl
behind the LB it will then internally go via regular HTTP to the 4 boxes via:
http://10.231.12.[1-4]:8080/webservices/application?wsdl
The problem is now to setup the soap:address location to show
https://secure.domain.com/webservices/application
I managed to configure it to show the correct domain
http://secure.domain.com:8080/webservices/application
but I failed to change the transport from http to https and the port from 8080 to 80. Is
there a way to show https and port 80 even when the actual final server works with http
and port 8080?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151769#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...