Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Jboss server in IntelliJ

Does anyone know how to setup JBoss server in IntelliJ and debug J2EE application from within the IDE?

When I click on + sign in Settings > Plugins there is no option for JBoss.

like image 288
Samir Shaik Avatar asked Mar 21 '16 10:03

Samir Shaik


People also ask

Where is application server 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 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.

Can we add application server in IntelliJ Community Edition?

Get started with an application serverMake sure the corresponding plugin is installed and enabled on the Plugins page of the IDE settings Ctrl+Alt+S . For more information, see Install plugins. Let IntelliJ IDEA know where the server is installed. For more information, see Integration with application servers.


1 Answers

First of all You need the Ultimate version: then:

Settings > Build, Executions, Deployment -> Application Servers > "+" > JBOss Server

like image 153
Athi Avatar answered Sep 22 '22 05:09

Athi