1

I have SpagoBI 5.1 application running on tomcat on my server.

I would like to know how that can be Scaled UP Horizontally as well as Vertically ant at what extent.

So please guide.

dhS
  • 3,739
  • 5
  • 26
  • 55
Mr x
  • 828
  • 1
  • 8
  • 25

1 Answers1

1

These are paraphrased suggestions from Spago Support

  • Install DBMS in highly available mode

  • Create a single database for the SpagoBI Server metadata db

  • Setup a cluster environment for SpagoBI Servers.The cluster should have two or more nodes.Each SpagoBI Server will run a separate Tomcat, so no session data is shared.

  • Add a web server (such as Apache) as a load balancer, configuring Apache in the session affinity.That allows a user to login into a SpagoBI server and stay directed to that server in the cluster for the user's session.

dbh
  • 1,607
  • 13
  • 18
  • can you explain how can I work with point 4 i.e Apache for load balancer – Mr x Sep 17 '16 at 14:11
  • I suggest looking into Apache web server's mod_proxy_balancer . Documentation at https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html – dbh Sep 18 '16 at 03:58