Tomcat Application server is missing in my IDE
Answered
Hi team,
I have IntelliJ Ultimate version, and I am expecting that tomcat should be installed as part of the IDE, your website also confirmed this:
Application serversUltimate
Last modified: 27 August 2021
IntelliJ IDEA provides integration with various application servers, enabling you to start and stop local servers, connect to running remote servers, and deploy your artifacts on those servers. You can also debug your application right from the IDE.
By default, IntelliJ IDEA provides integration with the following application servers:
but when I tried to run my web app on my Mac, I cant see the tomcat in my Add Configuration section, as per below:

can you please shed me a light as of where is my tomcat installed please.
Please sign in to leave a comment.
Integration for tomcat is pre-installed in the IDE. However the Tomcat itself - is not.
So, you need to download Tomcat from https://tomcat.apache.org/download-10.cgi and define the path in IntelliJ IDEA
cool, thanks to confirm, all good now.