HostAlias

Configuration for aliases. An alias is the DNS host name and port number used by a client to form the URL request for a Webapp resource (such as a servlet, JSP, or HTML page). For example, it is the "myhost:8080" portion of http://myhost:8080/servlet/snoop. When no port number is specified, the default port 80 is used.



 

Attributes Summary

hostname The IP address, DNS host name with domain name suffix, or just the DNS host name, used by a client to request a Webapp resource (such as a servlet, JSP, or HTML page).
port A port value can be specified in conjunction with the host name to indicate the port for which the Web server has been configured to accept client requests.

 

Attribute Details


hostname

The IP address, DNS host name with domain name suffix, or just the DNS host name, used by a client to request a Webapp resource (such as a servlet, JSP, or HTML page).

Data type:   String
Default value:   unspecified



port

A port value can be specified in conjunction with the host name to indicate the port for which the Web server has been configured to accept client requests.

Data type:   String
Default value:   80