Search code examples
javatomcatintellij-ideaapplication-server

Intellij built in Application Server


I was wondering if IntelliJ has a built in Application Server (like Tomcat) that I can use without having to download Tomcat directly?

Right now when I go to Run | Edit Configurations, Defaults, Tomcat Server, Local, it asks me to specify the Tomcat home directory.

Previously I had used myEclipse and it came packaged with a Tomcat so I would be suprised if the ultimate version of IntelliJ does not have this.


Solution

  • Intellij does not include built in application server. It has simple web server they refer to as Webstorm. However it is not application server.

    Here is excellent resource (official docs) for working with application servers in intellij which you may find to be useful including tips on integrating it IDE via plugins etc:
    Working with Application Servers