No "Web Application"
Answered
I have a question similar to https://intellij-support.jetbrains.com/hc/en-us/community/posts/206837585-No-web-application-framework- but... I'm using IDEA Ultimate 2017.3 and I have various web frameworks related to JEE listed already, but nothing mentioning "Web Application".
I'm learning JEE and I wan't to add Deployment Descriptor (yes, I know I can setup multiple things via annotations, that's beside the point) and right now I can do that only manually. Any hints would be helpful.
Please sign in to leave a comment.
Do you mean that you don't see this option in the new project wizard?
Check that all the bundled plug-ins are enabled: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html .
See also https://www.jetbrains.com/help/idea/developing-a-java-ee-application.html .
Hmm, in the new Dialog there is a "Web Application" entry. However it's no there when selecting project -> right click -> Add Framework Support -> Web application.
At any rate, even new project dialog (per https://www.jetbrains.com/help/idea/developing-a-java-ee-application.html#d123323e32) has "create web.xml" which is missing in my version (I have 2017.3 with all plugins enabled).
It's a known bug: https://youtrack.jetbrains.com/v2/issue/IDEA-182976.
Ah! Cool! Thanks for the update.
Have you found a solution ?
Lv33856 please see https://stackoverflow.com/a/63606566/104891 .