You can use the Host HTTP header to define a virtual name for the Web Server. Defining a virtual name is helpful if you do not want to use the name of the physical host when accessing the resource.
Update the DNS
- Add the virtual name to the DNS, and then map the name to the I.P. address of the physical machine. The mapping keeps the communication with the web service functional.
Configure the Web Server Hostname
-
Log on to the CommCell Console.
-
To the Web Server computer, add the sIISInternalHostname additional setting as shown in the following table.
For instructions about adding an additional setting from the CommCell Console, see Adding an Additional Settings from the CommCell Console.
Property
Value
Name
Category
Session
Type
String
Value
The virtual name for the Web Server.
(Conditional): Update the configuration.properties File for Compliance Search
Applies to: CommCell environments that use Compliance Search
-
Log on to the Compliance Search computer.
-
Go to software_installation_path\Web-INF\Classes.
-
Back up the configuration.properties file by making a copy of the file.
-
Open the configuration.properties file, and then update the WebServiceURL parameter to use the virtual name:
WebServiceURL=http://virtual_name:port/SearchSvc
-
Restart the Tomcat services.
Note
If Compliance Search and Web Console are on the same computer, you can restart the Tomcat services after you complete the "Update the Web Console Computer" step.
Update the Web Console Computer
-
Log on to the Web Console computer.
-
Open the registry editor and click:
HKEY_LOCAL_MACHINE\SOFTWARE\CommVault Systems\Galaxy\instance\WebConsole
where instance is the installation instance of the Web Console.
-
Right-click the baseUrl registry key, and then click Modify.
-
In the Value Data box, update the value to use the virtual name:
https://virtual_name:port/SearchSvc/CVWebService.svc
-
If you use a proxy service, update the proxyServiceUrl registry key and the ProxySettings.config file:
-
Right-click the proxyServiceUrl registry key, and then click Modify.
Note
If proxyServiceUrl does not exist, create it and use string as the type.
-
In the Value Data box, update the value to use the virtual name:
https://virtual_name:port/proxysvc/proxy.aspx
-
Go to software_installation_path\CVProxyService.
-
Back up the ProxySettings.config file by making a copy of the file.
-
Open the ProxySettings.config file, and then update the WEB_SERVICE_URL parameter to use the virtual name:
<add key="WEB_SERVICE_URL" value="http://virtual_name:port/SearchSvc/CVWebService.svc/" />
-
-
Restart the Tomcat services.