System – App Server

Home » System » System – App Server
System, System No Comments

App Servers are running behind a load balancer (Sportlogic_ALB1), which controls the traffic to the app servers.

App Server are located in peach, adelaide, raspberry. All 3 App Servers should be updated together as below.

Stop AppServer

  1. Deregister the appserver target from the AWS Load Balancer
  2. SSH into server
  3. cd ~/SportLogic/AppServer
  4. stop – run alias appsever_stop

Update AppServer

  1. Stop the appserver as above
  2. SSH into server
  3. cd ~/SportLogic/AppServer
  4. update – to update appserver from Jenkin’s lastest build: run alias appserver_update

Start App Server

  1. Stop the appserver as above
  2. SSH into server
  3. cd ~/SportLogic/AppServer
  4. start – run alias appserver_start
  5. Register the appserver target back into Load Balancer