Configure the web.xml file for the JAX-RS application.
About this task
The web.xml file contains information about the structure and
external dependencies of Web components in the module and describes
how the components are used at run time. To enable the Web container
to run JAX-RS applications, you must configure the web.xml file. You
must configure the web.xml file for JAX-RS servlets or filters.
Supporting information (generally applicable)