Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created March 15, 2021 16:25
Show Gist options
  • Save LinuxlinkedBD/755760547b9c9b39246a38de05114817 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/755760547b9c9b39246a38de05114817 to your computer and use it in GitHub Desktop.
Apache Tomcat Installation
If you need complete Apache-Tomcat setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/WCMYUZBFPcc
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt install default-jdk
sudo systemctl daemon-reload
sudo systemctl start tomcat
sudo systemctl status tomcat
#Open in web browser
http://server_domain_or_IP:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment