Reputation: 14544
Tomcat is installed and working on my Mac OS. This is the folder where I installed the tomcat:
/usr/local/apache-tomcat-8.0.36
I know it working alright because typing
http://localhost:8080/
in browser will open the default tomcat page. But I couldn't set it correctly in IntelliJ running configuration environment.
I chose the correct path for tomcat folder. What is Tomcat Home?
I believe I set everything alright, but it just won't work. Please let me know how I can solve this problem.
Here is the official document from IntelliJ on how to set the Run/Debug Config, but it is not helpful.
Upvotes: 1
Views: 409
Reputation: 2791
I am using Fedora but I the set Tomcat Home setting in IntelliJ to point to the directory where I unpacked Tomcat. In my case Tomcat Home is /opt/apache-tomcat-8.0.36
Upvotes: 3