Tomcat 4.0.x Context Node

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. Each Context must have a unique context path.

Right-clicking on a Context Node opens a contextual menu containing these options:

See also
Setting Context Properties
Adding a Context
Deleting a Context

Legal Notices