Scenario
- Sample Setup

- Application Setup
- Create three (Standard_B1s/t2.micro) servers with ubuntu 20.04
- Login into first server and install apache server. Refer Here. Skip step 2 and step 5
- Login into second-server and install tomcat 9 Refer Here
- Exercise:
- Try to install mysql on the third machine Refer Here
- Try to find out the log locations for apache, tomcat and mysql
- Create a shell script which will call the apache url and tomcat url continuosly for every 10 seconds.
