Context roots determine where the web pages of a particular web application bundle (WAB) are found at run time.
To view this panel in the
administrative console, click one of the following paths:
Note: The Map context root for web modules wizard step and Context root for web modules property are visible only if the application uses web application bundles.
General Properties
- Composite bundle identifier
- This identifier is displayed only 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.
- Composite bundle symbolic name
- The non-localizable name for this composite bundle.
- Composite bundle version
- The version of this composite bundle.
The symbolic name, together with the version, uniquely identifies a composite bundle.
- Bundle symbolic name
- The non-localizable name for this bundle.
- Bundle version
- The version of this bundle.
The bundle symbolic name, together with the bundle version, uniquely identifies a bundle.
- Context root
- 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.