[wildfly-dev] How to do remote SLSB via http:remoting through mod_cluster?
Eduardo Sant´Ana da Silva
eduardo.santanadasilva at gmail.com
Tue Mar 29 16:50:40 EDT 2016
Maybe this can help:
https://docs.jboss.org/author/display/WFLY10/High+Availability+Guide#HighAvailabilityGuide-MarkinganEJBasclustered
Did you try to mark your ejb as @Clustered?
2016-03-29 16:26 GMT-03:00 sgao <spica.gao at morpho.com>:
> 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.
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
--
___________________________
Eduardo Sant'Ana da Silva - Ph.D.
Researcher / IT Consultant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20160329/87f23462/attachment.html
More information about the wildfly-dev
mailing list