Java EE Structure view can be selected from the combobox on the top of the Project View. Here only Java EE things are presented: EJBs, Web modules, applications. There are web specific editors that can be opened from that view. In particular, in the right-click menu for a specific web module, there's a 'New' menu item with 'Servlet' sub-item, that will do exactly what you need.
Try right-click on your Web module node in Java EE view.
And then i get the next screen:
See attachement for screen.
But no form for editing the web.xml
Attachment(s):
ss.jpg
just open web.xml
There's an excellent xml editor ;)
Java EE Structure view can be selected from the combobox on the top of
the Project View. Here only Java EE things are presented: EJBs, Web
modules, applications. There are web specific editors that can be opened
from that view. In particular, in the right-click menu for a specific
web module, there's a 'New' menu item with 'Servlet' sub-item, that will
do exactly what you need.