Previous Step   Previous Step Next Step   Next Step

Configure the web.xml file for the JAX-RS application.

Map Step 3 towards the goal: Using handlers to enhance request and response processing

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.

Before you begin

Define the resources in JAX-RS Web applications.

Procedure

Supporting information (generally applicable)

What to do next

Implement user handlers for your JAX-RS application.

Previous Step   Previous Step Next Step   Next Step