5.2

Table Of Contents
During installation, View configures the Windows firewall to open the ports that are used by View Transfer
Server by default. If you change the ports, you must manually reconfigure your Windows firewall to open
the updated ports so that View Client devices can connect to the View Transfer Server instance.
Procedure
1 Stop the VMware View Transfer Server service.
2 On the View Transfer Server computer, navigate to the install_directory\VMware\VMware
View\Server\httpd\conf directory.
The httpd.conf and mod_vprov.conf files are located in this directory.
3 Change the HTTP port.
a Open the httpd.conf file.
b Update the Listen value.
For example: Listen 4080
c Save the httpd.conf file.
4 Change the HTTPS port.
a Open the mod_vprov.conf file.
b Update the Listen value.
For example: Listen 4443
c Update the Virtual Host entry.
For example, update the entry as follows:
# Configure SSL
<VirtualHost_default_:4443>
SSLEngine on
SSLCertificateFile ./conf/server.crt
SSLCertificateKeyFile ./conf/server.key
<Location /vprov>
SetHandler vprov
</Location>
</VirtualHost>
d Save the mod_vprov.conf file.
5 Restart the VMware View Transfer Server service to make your changes take effect.
What to do next
If necessary, manually configure your Windows firewall to open the updated ports.
Sizing Windows Server Settings to Support Your Deployment
To support a large deployment of View Manager desktops, you can configure the Windows Server
computers on which you install View Connection Server. On each computer, you can size the Windows
page-file.
On 64-bit Windows Server 2008 computers, the ephemeral ports, TCB hash table, and Java Virtual Machine
settings are sized by default. These adjustments ensure that the computers have adequate resources to run
correctly with the expected user load.
VMware Horizon View Installation
112 VMware, Inc.