Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij: Run button disabled for tcServer

I am new to IntelliJ and trying to get my web application to launch using tcServer

I am using a local configuration, and have added a run configuration. See attached screenshots

However, when I attempt to run this, the Run button is disabled.

What am I missing here?

enter image description here

enter image description here

like image 317
DJ180 Avatar asked Oct 26 '13 14:10

DJ180


2 Answers

It seems you have to use the little green "+" in the upper left corner. The one you edited is just the default setting for your spring server. If you add a specific run configuration like that to your project it will appear. Good luck.

like image 115
Michiel Rop Avatar answered Sep 21 '22 09:09

Michiel Rop


You have edited a default configuration, you did not add a new runnable server configuration. In order to do that click on the green + sign at the top left of the run screen.

You should remove the war from the default configuration and add it in the newly created server.

see attached, screenshot, you can see the difference between a default and a runnable configuration

enter image description here

like image 23
Frederic Close Avatar answered Sep 18 '22 09:09

Frederic Close