Skip to content

Instantly share code, notes, and snippets.

@shaikkhajaibrahim
Created June 17, 2023 11:31
Show Gist options
  • Save shaikkhajaibrahim/6fb8a4f408fae4e609b12785b933c3e0 to your computer and use it in GitHub Desktop.
Save shaikkhajaibrahim/6fb8a4f408fae4e609b12785b933c3e0 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install openjdk-8-jdk tomcat9 -y
cd /tmp
wget https://referenceapplicationskhaja.s3.us-west-2.amazonaws.com/gameoflife.war
sudo cp gameoflife.war /var/lib/tomcat9/webapps/gameoflife.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment