[jbossws-users] JBoss clustering with webservices

Alessio Soldano asoldano at redhat.com
Sun Jun 1 05:49:02 EDT 2008


Hi,
something like LVS (http://www.linuxvirtualserver.org/) might be the 
solution for you. Perhaps refer the documentation page 
(http://www.linuxvirtualserver.org/Documents.html) for available 
configurations matching your requirements.
Cheers
Alessio Soldano

Leandro Sales ha scritto:
> Hi. I'm implementing cluster of nodes with jboss. Each node provides a
> Webservice implemented with EJB (@Stateless, @Webservice and
> @Clustered). I deployed the webservice .jar bean into the
> server/all/farm directory and hence the webservice is replicated among
> the nodes of the cluster. How can I provide the load balancing for
> these nodes considering the to points listened below:
>
> 1 - The webservice consumer needs to point to a unique address (the
> interceptor, which is responsible to select a node and forward to
> request to it). How to define this interceptor?
>
> 2 - Once one node is selected, I don't want that the node response
> pass back through the interceptor (like documentations explains),
> instead I want the webservice response be directly sent to the client.
> Is this possible?
>
> Thank you. All points/suggestion are greatfully accepted.
>
> Best regards.
>
> -Leandro
> _______________________________________________
> jbossws-users mailing list
> jbossws-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbossws-users
>   




More information about the jbossws-users mailing list