Tag Archives: jetty

IntelliJ IDEA Run Java Application

Tomcat in Intellij Idea Community Edition

Intellij Community does not offer Java application server integration. Your alternatives are

  1. buying Intellij licence,
  2. switching to Eclipse 😉
  3. installing IDEA Jetty Runner plugin https://plugins.jetbrains.com/plugin/7505
  4. running the application server from Maven, Gradle, whatever, as outlined in the other answers.

I personally installed the Jetty Runner plugin (Jetty is fine for me, I do not need Tomcat) and I am satisfied with this solution. I had to deal with IntelliJ idea – Jetty, report an exception, though.

 

IDEA Jetty Runner plugin :https://plugins.jetbrains.com/plugin/7505

 

Servlet Container Resource

Java Servlet 技术简介

Servlet 工作原理解析

Tomcat 系统架构与设计模式,第 1 部分: 工作原理

Tomcat 系统架构与设计模式

Tomcat 设计模式分析

Jetty 的工作原理以及与 Tomcat 的比较