Fragment Files

A fragment is a web.xml part file that describes a specific component, such as an SCM framework or a timer servlet.

This page discusses:

See Also
Web.xml Fragments
Excluded Jars
Framework.properties

Use of fragments makes it possible to specify how to use a component using the web.xml standard format for:

  • Servlets
  • Servlet mapping
  • Filters
  • Filter mapping

Fragments are placed on the SCM path FRAMEWORK\CNEXT\install\warutil\fragment, where FRAMEWORK is the development framework of the component.

Fragments should comply with the same XML schema as the main web.xml file. The merger checks the validity of fragments before merging them. If one fragment is invalid, the entire install will fail.