The Host
element represents a virtual host, which is an association
of a network name for a server with the particular server on which Tomcat is
running. You can define more than one Host
within a Tomcat installation.
Within each Host
, you can nest Context
elements for
the web modules associated with that Host
.
To add a Host
:
A new Host
node appears under the selected Tomcat installation
on the Runtime tab in the Explorer. You can now set
properties for the Host
.
See Also | |
---|---|
Tomcat Instance (Host) Node Setting Tomcat Instance (Host) Properties |