I was able to successfully install TomCat on my MacMini. http://[localhost]:8080/ took me to the Tomcat home page.
However after I installed Jenkins via the installer (outside of TomCat), it appears to have declared itself the root app. Browsing to http://[localhost]:8080/ now takes me to Jenkins home page and not TomCat root. Tried removing the apache-folder and re installing but no luck.
How do I get back to the TomCat default Root app?
Thanks