Context roots determine where the web pages of a particular web application bundle (WAB) are found at run time.
This identifier is only displayed if the EBA asset uses composite bundles. Each composite bundle is identified by a string in the following form: Composite bundle archive (CBA)'composite.bundle.symbolic.name_composite.bundle.version'. Bundles that are part of a composite bundle are listed beneath the composite bundle identifier.
The symbolic name, together with the version, identifies a unique composite bundle.
The non-localizable name for this bundle.
The version of this bundle.
The bundle symbolic name, together with the bundle version, identifies a unique bundle.
The context root of the web application bundle.
The context root that you specify here is combined with the defined server mapping to compose the full URL that you enter to access the pages of the WAB. For example, if the application server default host is www.example.com:8080 and the context root of the WAB is /sample, the web pages are available at www.example.com:8080/sample.