Step 4: Starting

Configure the virtual host

A virtual host is a configuration entity that allows WebSphere Application Server to treat multiple host machines or port numbers as a single logical host (virtual host) for configuration purposes. Each virtual host can be associated with multiple aliases. Each alias is a particular host name and port number. By combining multiple host machines into a single virtual host or by assigning host machines to different virtual hosts, you can separate and control which WebSphere Application Server resources are available for client requests.

If your external HTTP server configuration uses ports other than the default ports, update the Host Aliases table for the virtual host to reflect the correct HTTP port number.

Note: If your external HTTP server configuration uses the default port (80), skip these steps and Start the HTTP server instance.

To update the Host Aliases table for the default_host virtual host from the administrative console, use these steps:

  1. Expand Environment -> Virtual Hosts in the left frame of the administrative console.

  2. Click default_host in the right frame.

  3. Click Host Aliases. The settings for default_host are displayed.

  4. In the Host Name list, click the asterisk in the row that has a Port of 80.

    Note: The host names are set to "*" when you install WebSphere Application Server.

  5. Specify the correct port number for your HTTP server in the Port field.

  6. Click OK and click Save to save your configuration.

  7. After you specify a new port number, regenerate the plug-in configuration.
    1. Expand Servers and click Web servers.
    2. Select your Web server.
    3. Click Generate Plug-in.
    4. Click OK.

After you configure the virtual host, start your HTTP server instance.

Note: For a standalone application server, restart the application server after you update the virtual host configuration.

Start the HTTP server instance