Update Logical Address for Web Applications

  Specify the logical address details to use for Web applications, or click or select Next to accept the defaults:

Use this option after first-time deployment if you need to change the logical address for a deployed Web application. This task lets you change the logical address without redeploying the Web application.

Note:

You need to perform this task on only one machine in the deployment.

The following table describes options for configuring the logical addresses to use for Web applications.

EPM System Configurator FieldsDescriptionYour Information
Set the logical Web address for all the Web applications to / Set the logical Web address for each Web application individually to

Select whether to apply the same address to all Web applications or to apply a different address to each Web application

 

Product

Shows the components for which a Web application is deployed

 

Host

For each enabled module, review the host name to which this Web server proxies requests.

 

Port

Review or update the port numbers for the application server listen ports for the applications. The port here must match the listen port of the deployed application.

 

SSL Port

Review or update the SSL port of the logical Web application.

If you are using SSL, you should disable the non-SSL port (or redirect it to the SSL port) in your Java application server after configuration to ensure secure communication.

 

Context

Review or update the context path. The context path is the part of the URL that accesses the deployed Web application. For example, in the following URL, workspace is the context path:

http://webserverhost.example.com:19000/workspace

 

Note:

Use fully qualified host names for all entries. For example, webserverhost.example.com.