Updating the Web Service URL in the Web Console

The Web Service URL is stored in a configuration file in the Web Console. If the Web Service URL is ever changed, for example, the Web Server is moved to a different machine or renamed through the CommCell Console, then this configuration file must be updated with the new Web Service URL.

Procedure

  1. Log on to the Web Console client.

  2. Go to:

    Commvault installation path\CVProxyService

  3. Open ProxySettings.config in a text editor.

  4. On the following line, replace the value for Old Web Service URL with the new Web Service URL:

    <add key="WEB_SERVICE_URL" value="Old Web Service URL" />

    For example:

    <add key="WEB_SERVICE_URL" value="http://NewWebServer.domain.com:81/SearchSvc/CVWebService.svc/" />
  5. Save and close ProxySettings.config.

  6. Restart Internet Information Services (IIS) on the Web Console.

    For instructions, see the Microsoft TechNet article, Start or Stop the Web Server (IIS 7).

Loading...