JBoss.orgCommunity Documentation

Part II. Clustered Java EE

Table of Contents

5. Clustered JNDI Services
5.1. How it works
5.2. Client configuration
5.2.1. For clients running inside the application server
5.2.2. For clients running outside the application server
5.3. JBoss configuration
5.3.1. Adding a Second HA-JNDI Service
6. Clustered Session EJBs
6.1. Stateless Session Bean in EJB 3.0
6.2. Stateful Session Beans in EJB 3.0
6.2.1. The EJB application configuration
6.2.2. Optimize state replication
6.2.3. CacheManager service configuration
6.3. Stateless Session Bean in EJB 2.x
6.4. Stateful Session Bean in EJB 2.x
6.4.1. The EJB application configuration
6.4.2. Optimize state replication
6.4.3. The HASessionStateService configuration
6.4.4. Handling Cluster Restart
6.4.5. JNDI Lookup Process
6.4.6. SingleRetryInterceptor
7. Clustered Entity EJBs
7.1. Entity Bean in EJB 3.0
7.1.1. Configure the distributed cache
7.1.2. Configure the entity beans for caching
7.1.3. Query result caching
7.2. Entity Bean in EJB 2.x
8. HTTP Services
8.1. Configuring load balancing using Apache and mod_jk
8.1.1. Download the software
8.1.2. Configure Apache to load mod_jk
8.1.3. Configure worker nodes in mod_jk
8.1.4. Configuring JBoss to work with mod_jk
8.2. Configuring HTTP session state replication
8.2.1. Enabling session replication in your application
8.2.2. HttpSession Passivation and Activation
8.2.3. Configuring the JBoss Cache instance used for session state replication
8.3. Using FIELD level replication
8.4. Using Clustered Single Sign On
8.4.1. Configuration
8.4.2. SSO Behavior
8.4.3. Limitations
8.4.4. Configuring the Cookie Domain
9. JBoss Messaging Clustering Notes
9.1. Unique server peer id
9.2. Clustered destinations
9.3. Clustered durable subs
9.4. Clustered temporary destinations
9.5. Non clustered servers
9.6. Message ordering in the cluster
9.7. Idempotent operations
9.7.1. Clustered connection factories