Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen
Info
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):

 

Code Block
titleExample 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

Info
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)
    Image Added
  2. Create SSH node over console or asadmin command
    Image Added
  3. Verify SSH node by pinging the server
    Image Added
  4. Configure JDBC resources targets 
    Image Added
  5. Configure Application targets
    Image Added
  6. Create and start cluster
    Image Added

Troubleshooting

 

 

 

 

...