Getting Web Applications framework support to show

Answered

I'm not able to see the Web Application option when trying to "Add Framework Support" to an existing module.

even after following the checkpoints in the support documentation (i.e. https://www.jetbrains.com/help/idea/enabling-web-application-support.html#5c11b0ae).

I'm on 2019.2 Ultimate, and I've got the Java EE:EJB, JPA, Servlets plugin enabled.


The option is only available when I create new projects or modules.

Are there any other configurations I should be checking?

0
5 comments

Hi. Please try turning on all Java EE plugins, also please provide a screenshot of all available options, when you invoke "Add Framework Support".

0

What's the module type you are trying to add the framework for?

0
Avatar
Permanently deleted user

Here's all my JavaEE plugins:

 

But I still don't see the option for Web Applications for "Add Framework Support":

 

The module I'm trying to add the framework support to is a Web type I believe from what I see in the Project Structure:

 

I'm looking to add something like this which I see in the new modules:

0

It looks like this module already has web application facet added, so you can't add it again. Try removing all the existing facets from the module first.

0
Avatar
Permanently deleted user

That seemed to be the problem Serge, thanks for your help.

 

0

Please sign in to leave a comment.