IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Application servers

Last modified: 10 August 2022

IntelliJ IDEA provides integration with various application servers, enabling you to start and stop local servers, connect to running remote servers, and deploy your artifacts on those servers. You can also debug your application right from the IDE.

By default, IntelliJ IDEA provides integration with the following application servers (relevant plugins are bundled):

You can install plugins to add support for other application servers, for example:

To get started with application servers in IntelliJ IDEA, see Tutorial: Your first Java EE application.