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 multipart content in JAX-RS application requests and responses

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 a resource using multipart messages

Previous Step   Previous Step Next Step   Next Step