Tomcat LAB PROBLEM

Install the latest version of tomcat 8 on host01 server under /opt/ directory.
Please move extracted package to /opt/apache-tomcat-8 to keep just major version for simplicity.

To download the latest version of tomcat 8. Click on the Tomcat tab. It’s available at the top right.

solution:
Click the tab called Tomcat (located above the terminal) . After clicking on the tomcat version directory i.e. v8.5.98. You will see directory structure as follows:-

Move on to the bin directory and next, right-click on the apache-tomcat-8.5.98.tar.gz archive file and copy the link address. You can then download it using curl.

  • tomcat-8.5.98.tar.gz – copying this link address does not work, if i download this, i can not find another link in it

The tar.gz file is an archive. You use tar with the correct options to extract it’s contents.