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
- Deregister the appserver target from the AWS Load Balancer
- SSH into server
- cd ~/SportLogic/AppServer
- stop – run alias appsever_stop
Update AppServer
- Stop the appserver as above
- SSH into server
- cd ~/SportLogic/AppServer
- update – to update appserver from Jenkin’s lastest build: run alias appserver_update
Start App Server
- Stop the appserver as above
- SSH into server
- cd ~/SportLogic/AppServer
- start – run alias appserver_start
- Register the appserver target back into Load Balancer