[wildfly-dev] How to do remote SLSB via http:remoting through mod_cluster?

sgao spica.gao at morpho.com
Tue Mar 29 15:26:05 EDT 2016


We have multiple wildfly 10 instances running SLSB and  web application.  We
put a mod_cluster httpd (1.3.1) as a front end load balancer. We use http
protocol instead of AJP.
Web load balancing works well and we can use  env.put(Context.PROVIDER_URL,
"http-remoting://node1:8080,http-remoting://node2:8080,http-remoting://node3:8080")
for SLSB remote access.

However, we want to expose only one http port (mod_cluster port) externally
which mean both web access and EJB remote access have to go through the
httpd port. I want to know is it possible to do EJB remote access through
mod_cluster? If yes, how to configure mod_cluster to map http-remoting
request to wildfly?  Or mod_cluster only allows web access and we have to
use env.put(Context.PROVIDER_URL,
"http-remoting://node1:8080,http-remoting://node2:8080,http-remoting://node3:8080")
for SLSB remote access?

thanks




--
View this message in context: http://wildfly-development.1055759.n5.nabble.com/How-to-do-remote-SLSB-via-http-remoting-through-mod-cluster-tp5716788.html
Sent from the WildFly Development mailing list archive at Nabble.com.


More information about the wildfly-dev mailing list