IntelliJ IDEA 2016.2 Help

Web Tool Window

View | Tool Windows | Web

The Web tool window presents the project structure as a tree where only modules with Web facets are shown. Below each module node, the corresponding web.xml deployment descriptor is shown.

Use this tool window to:

  • Find out which modules have Web facets.
  • Configure elements in Web applications: servlets, filters, and listeners.

Context Menu

ItemDescription
Jump to Source (F4) Select this option:
  • To open the selected file in the editor. (To open a file in the editor, you can, alternatively, double-click the file.)
  • To jump to the selected folder in the Project tool window.
New Select this option to create a Web application element. Choose the element type in the submenu. The available options are:
  • Servlet
  • Filter
  • Listener

See Also

Last modified: 23 November 2016