It seems that Ubuntu no longer ships Apache Tomcat 8 in the repos as of 20.04, there is only Apache Tomcat 9. I have a school assignment which requries we use Apache Tomcat 8. Is there a way to install Apache Tomcat 8 on Ubuntu 20.04, or will I have to get a VM with Ubuntu 18.04?
1 Answer
You can always download and extract the tomcat8 package yourself and use a systemd script like this:
(or start the tomcat from within the bin folder)
Why is your school assignment bound to a fix version of Tomcat btw?
Cheers Martin