TomEE supports failover and you can inject a remote ejb into another server using the failover.
We currently don't provide a "supervisor" node to control a cluster but everything is here to control remote instances easily (for instance deploying an app from a nexus). I guess you can do it easily starting hazelcast in each instance. Can you give more information on what you expect exactly (clustering can mean a lot of thing and i'm not sure to get your exact need)? I'm currently not aware of any plan but if the need is clear we could do it ;) - Romain 2012/2/23 Ravindranath Akila <[email protected]> > Do we have support for clustering in TomEE? Are there plans for this? > > I found a discussion on Hazelcast here : > > http://openejb.979440.n4.nabble.com/Clustering-OpenEJB-with-Hazelcast-td2278415.html > and > this is all I can find with something close to clustering with TomEE. > > R. A. > > On Wed, Feb 22, 2012 at 1:59 PM, Ravindranath Akila < > [email protected]> wrote: > > > Thanks a lot Romain. I will have a look at it. > > > > R. A. > > On Feb 22, 2012 11:43 AM, "Romain Manni-Bucau" <[email protected]> > > wrote: > > > >> Hi, > >> > >> It is mainly a deployment question. > >> > >> One way is to use the brandly new httpd server with its built in dynamic > >> load balancing feature to hit several dynamic instances of TomEE. > >> > >> Then of course your application should support to be distributed. > >> > >> - Romain > >> > >> Le 22 févr. 2012 06:55, "Ravindranath Akila" < > [email protected] > >> > > >> a écrit : > >> > >> > Guys, > >> > I tried Google on this and somehow found nothing worthy of using. I > am > >> > trying to figure out how to easily scale my application running atop > >> TomEE. > >> > > >> > Suppose I have just 100 concurrent users today and tomorrow I have to > >> > double it, is there a way I can do it with a new TomEE instance > running > >> on > >> > a different machine? What I mean is, what do I do when I hit machine > >> > spcific limits on the cloud like 16GB RAM?(Rackspace) > >> > > >> > On the other hand, is it worth to also have a look at solutions like > >> > Finagle or do you think I can scale with Core EJB using TomEE? > >> > > >> > Sorry that the question is a bit out of context. > >> > > >> > Thanks! > >> > Ravindranath Akila... > >> > > >> > > > > > -- > Cheers! > Akila... >
