Reputation: 63
Using IntelliJ IDA 12.1.6 Ultimate and having installed Tomcat 7, I have no available application servers under IDE Settings via Application Servers -> +. There is an empty list with text "Nothing here". How do I make IntelliJ aware of the location of the Tomcat install?
Upvotes: 6
Views: 6923
Reputation: 6547
You have to install the integrations under IDE SETTINGS
-> Plugins
.
For example when using Apache Tomcat, the plugin is named "Tomcat and TomEE integrations"
Upvotes: 8