I am learning JSP programing which requires Tomcat. I followed some tutorials but failed to install successfully(Probably some step is not clear match to my situation)
Then I found out you can install easily by this command line:
brew install tomcat
It looks install is successful,
My challenge is after install, I don't know where it is on my hard drive. Therefore, can't configure it in IntelliJ.
My question is:
How do I find out where Tomcat is installed by brew on MacOS?
Thanks!