Lab Setup & Configuration
Topics
Installation
sudo apt install openjdk-21-jdksudo useradd -m -U -d /opt/tomcat -s /bin/false tomcatwget https://dlcdn.apache.org/tomcat/tomcat-11/v11.0.0/bin/apache-tomcat-11.0.0.tar.gz
tar -xvf apache-tomcat-11.0.0.tar.gzmv apache-tomcat-11.0.0/* /opt/tomcat
chown -R tomcat: /opt/tomcat
sh -c 'chmod +x /opt/tomcat/bin/*.sh'Configuration
Last updated