Sun Application Server Builds and Clustering ...
I think there is some confusion in this regard. I think I must clarify certain things here. This post is about which distributions of Sun's application server have clustering support
"out-of-the-box".
Simple answer: ALL .
Long Answer:
Following distributions of application server all have clustering support built into them:
- Of course, the GlassFish V2 download.
- The PE distribution, YES, PE has clustering support.
- The EE distribution.
- The Java EE SDK Update 3 distribution.
The features that enable this (amazing, IMO) feat are:
- In-memory replication of conversational state.
- Usage Profiles.
- IIOP failover.


Posted by Abhijit Kumar on April 06, 2007 at 12:31 AM PDT #
Posted by Benedikt Weiner on April 12, 2007 at 12:47 AM PDT #
Glad that you find it useful.
EJB3.0 Clustering -- by that if you mean that the state of the stateful session beans is preserved across the clusters -- then yes, Sun's application server and GlassFish both have this capability.
You should check out glassfish.dev.java.net and download build b41a for GlassFish V2.
For details, send an e-mail to ejb@glassfish.dev.java.net
Hope that helps, Kedar
Posted by Kedar on April 12, 2007 at 06:52 AM PDT #