I have a task to deploy a war file of a Springboot 2.2.4 therefore the oracle linux server i am using already contains tomcat 7, and springboot 2.2.4 is not compatible with tomcat7 I am getting an error of manager no classdef found,
how can I install tomcat 9 and operates two tomcats(tomcat 7 and 9) in the same server ?