InterviewSolution
| 1. |
What Is Virtual Host In Websphere Application Server? |
|
Answer» Virtual HOST is a configuration not a physical one. A configuration that lets a single machine resemble multiple host MACHINES. Each virtual host has a logical name and a list of one or more DNS host aliases by which it is known. By deafult, we wull have a default_house and admin_host virtual hosts DEFINED in WEBSPHERE application server. Virtual host is a configuration not a physical one. A configuration that lets a single machine resemble multiple host machines. Each virtual host has a logical name and a list of one or more DNS host aliases by which it is known. By deafult, we wull have a default_house and admin_host virtual hosts defined in websphere application server. |
|