DEV Community

Ashwini Manoj
Ashwini Manoj

Posted on

3 1

TIL where to find tomcat in Mac when installed through homebrew

I was trying to setup Apache Tomcat as a server on Eclipse and here is what I did.

  1. Installed Tomcat through homebrew: brew install tomcat.

  2. To view the directory of the brew package: brew ls tomcat

  3. Specify 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 me Unknown version of Tomcat was specified.)

Shoutout to this stackoverflow question whose answers helped me today!

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay