Creating Servlets in IntelliJ IDEA 12 Ulimate

intellij-idea, java, servlets, tomcat7, web-applications

Solution

Check out these resources:

- IntelliJ IDEA 12.1.0 Web Help: Servlets

- How to configure a server in the IntelliJ IDE (lots of pictures)

- Getting Started with Java EE 7 and GlassFish 4.0 (lots of pictures)

- IntelliJ Idea: Deploy a simple Java servlet (no JSP) to Tomcat 7 (question on Stack Oveflow)

Also IntelliJ IDEA wiki page has a lot of examples and tutorials with pictures.

P.S.

As I see you are from Belarus, so chances are you understand Russian. Here is a video tutorial in Russian:

Видеоурок IntelliJ IDEA Tomcat JSP Servlets

Problem

Can anybody explain to me how to create simple web project using IDEA 12 Ultimate, Tomcat 7 and servlet API, please? I couldn't find any tutorials for this :( Thank you.

Original source

Related problems