Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No application servers available in settings

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?

like image 806
user3748300 Avatar asked Mar 20 '23 07:03

user3748300


1 Answers

You have to install the integrations under IDE SETTINGS -> Plugins.

For example when using Apache Tomcat, the plugin is named "Tomcat and TomEE integrations"

like image 103
mana Avatar answered Apr 05 '23 23:04

mana