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 the following path:
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.