No Web Application Option in IntelliJ Ultimate

238 Views Asked by At

I'm using IntelliJ Ultimate 2020.2.3. When I'm trying to create a new project, web application option is not available. I have already enabled all the Java EE plugins including JPA, EJB, Servlets. However, web application is still not there. I have attached my screenshots below. Does anyone have a solution? Thank you!

Sorry for my low reputation, not be able to insert images in my post, please see the links this website created. Trying to create a new project Java ee plugins all enabled

1

There are 1 best solutions below

1
On BEST ANSWER

Java EE Web application type structure and dependencies are created if any of web frameworks present (JAX-RS, JAX-WS, etc) or Web Profile checked. For example for a simple JSP application that you would run on Tomcat select Servlet option:

enter image description here

See also Tutorial: Your first Java EE application.