Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application servers tab not enabled in Intellij ultimate edition

So, after several years using Eclipse I finally decided to give IntelliJ a chance (ultimate edition). I added the tomcat server in the file->settings... option. The tomcat integration plugin is also enabled in the plugin list. Hitting Control + Shift + A and typing "Application Servers" will show me a "disabled" option. The same happens in the View menu. So, how can I enable the tab, deploy and manage my web apps? Thanks :)

like image 514
felixthecar Avatar asked Feb 06 '14 14:02

felixthecar


People also ask

How do I get the server tab in IntelliJ?

If you still can't find it, hit Ctrl + Shift + A (Enter action or option name) and type "application servers". Hit Enter and IntelliJ will open proper window.

Where is application servers in IntelliJ?

Press Ctrl+Alt+S to open the IDE settings and select Build, Execution, Deployment | Application Servers. and select the application server.

How do I enable services tab in IntelliJ?

Select View | Tool Windows | Services from the main menu or press Alt+8 . In the Services tool window, click Add service, then select Run Configuration Type. Select a run/debug configuration type from the list to add all configurations of this type to the window.

How do I run an application server in IntelliJ?

To run the configuration, press Alt+Shift+F10 and select the created application server configuration. or press Shift+F10 to run it. You can also use the Services tool window to list and manage all available application server running configurations.


1 Answers

For this tool window to be available, the Application Servers View plugin must be enabled and there must be at least one application server run/debug configuration in your project.

Source: http://www.jetbrains.com/idea/webhelp/application-servers-tool-window.html

like image 166
Darek Kay Avatar answered Sep 23 '22 05:09

Darek Kay