VirtualHosts - cws-khuntly/WebSphere GitHub Wiki


date: 2025-05-08 15:22:45 created: 2025-05-08 15:22:40 categories:

  • WebSphere / Server Build / Web Server / Deployment Manager Tasks

Virtual Hosts

Login to the ISC

Navigate to Servers -> Server Types -> WebSphere application servers

Select the desired application server

Click "Ports"

Note the following port assignments:

 - WC_defaulthost

 - WC_defaulthost_secure

Navigate to Environment -> Virtual Hosts

Select "default_host"

Select "Host Aliases"

Add the following host aliases:

 - Host Name: Fully qualified application server hostname

 - Port: ${WC_defaulthost}

 - Host Name: Fully qualified application server hostname

 - Port: ${WC_defaulthost_secure}

 - Host Name: Short application server hostname

 - Port: ${WC_defaulthost}

 - Host Name: Short application server hostname

 - Port: ${WC_defaulthost_secure}

 - Host Name: Fully qualified web server hostname

 - Port: Appropriate non-secure port for web server

 - Host Name: Fully qualified web server hostname

 - Port: Appropriate secure port for web server

 - Host Name: Short web server hostname

 - Port: Appropriate non-secure port for web server

 - Host Name: Short web server hostname

 - Port: Appropriate secure port for web server

 - Host Name: Fully qualified site domain name

 - Port: 80

 - Host Name: Fully qualified site domain name

 - Port: 443

⚠️ **GitHub.com Fallback** ⚠️