Declaring Deployment Descriptors for Servlets/JSPs

Once you have inserted the components into the Web Application module, you are ready to declare the deployment descriptors. For Web Applications, deployment descriptors are defined at the component level (servlets/jsps) and at the module level using the Customizer WebApp editor. The deployment descriptor declarations are written to a web.xml and an ias-web.xml file in the \WEB-INF directory at the root web directory.

Note: You need to only declare deployment descriptors for any servlets/jsps that a user can directly access. The iPlanet Application Server Integration Tool creates a default deployment descriptor for each servlet/jsp in a module.

To declare deployment descriptors for servlets/jsps:

  1. Select the web.xml or ias-web.xml file of a web module.
  2. Right click and select Open using the iPlanet Customizer.

    The WebApp Editor appears.

  3. Select the Servlet Descriptors tab.
  4. Declare the deployment descriptors as required:
  5. Once you are satisfied with your declarations, select OK to write the deployment descriptor declarations to the XML files.

See also
  About the iPlanet Application Server Customizer
Declaring Deployment Descriptors for a Web Application


Legal Notices