The node represents
a
Context
element in the server.xml
file. It appears
on the Runtime tab of the Explorer window.
A Context
element represents a web module that executes within
a particular host. The web module used to process each HTTP request is selected
based on matching the longest possible prefix of the Request URI against the
context path of each defined Context
. You can define an unlimited
number of Context elements within a particular Host, and you
can define more than one Context
element for a web module. Each Context
must have a unique context
path.
Right-clicking on a Context Node opens a contextual menu containing these options:
Context
element and all sub-elements
from the server.xml
file. Context
.Context
. See Also | |
---|---|
Setting Context Properties Adding a Context Deleting a Context |