You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

BellaDati is enterprise scale application with extended support to run in clustered environment to achieve HA or another desired operation levels.

BellaDati is not depending on selected cluster environment, you can run it on GlassFish, Websphere or JBoss, but there are several parameters contained in application.properties (see BellaDati WAR Configuration) which needs to be change in order to run BellaDati in cluster):

 

Example for 2 servers cluster
tapestry.clustered-sessions=true
application.servers=192.168.1.10:2335,192.168.1.11:2335

 

Example above defines parameters for 2 servers in cluster, running on 192.168.1.10 and 192.168.1.11.

 Cluster overview page

Administrators have access to cluster overview pages, which shows useful information about the servers in the cluster.

 

 

Glassfish cluster example

This example shows configuration of Glassfish SSH node (complete description can be found in Glassfish reference manual)
  1. Have two linux servers with SSH access (user and password or certificate)
  2. Create SSH node over console or asadmin command
  3. Verify SSH node by pinging the server
  4. Configure JDBC resources targets 
  5. Configure Application targets
  6. Create and start cluster

Troubleshooting

 

 

 

 

  • No labels