IntelliJ IDEA 2018.1 Help

Java EE Application facet page

File | Project Structure | Modules | <module> | javaEEApplication
File | Project Structure | Facets | javaEEApplication (<module>)


Use this page to edit the settings for your Java EE Application facet.

ItemDescription
NameThe name of the facet.
Deployment Descriptors Form the list of deployment descriptors for your application.

new (Alt+Insert). Create application.xml and add it to the list. The function is not active if the corresponding descriptor is already present in the list.

delete (Alt+Delete). Remove the selected descriptor from the list.

edit1 (Enter). Replace the selected descriptor with another one of the same type.

Add Application Server specific descriptor. Create an application server-specific deployment descriptor (e.g. glassfish-application.xml, jboss-app.xml) and add it to the list.

Last modified: 24 July 2018

See Also