on task 4,it keeps throwing up an error,when i try to run ‘sudo /opt/apache-tomcat-11/bin/startup.sh’…when i run ’ ls opt/apache-tomcat-11’ directory,i dont see the bin folder
You may be running the wrong binary; the instructions from Step 1 tell you to look for the file apache-tomcat-11.0.0-M26.tar.gz, and not one of the “deployer” files.
Apparently, the *deployer*.tar.gz
files have different contents, and they might need a different command to run them. But if you untar the right file and put the contents under /opt/apache-tomcat-11/, the command will run correctly in step 4, and Tomcat will start.