I was trying to setup Apache Tomcat as a server on Eclipse and here is what I did.
Installed Tomcat through homebrew:
brew install tomcat.To view the directory of the brew package:
brew ls tomcatSpecify the path in Tomcat installation directory on eclipse:
/usr/local/Cellar/tomcat/9.0.29/libexec
(Note: When I tried/usr/local/Cellar/tomcat/9.0.29/eclipse kept telling meUnknown version of Tomcat was specified.)
Shoutout to this stackoverflow question whose answers helped me today!
Top comments (0)