How to use AutoConfigURL to specify more than 1 vWorkspace farm when configuring AppPortal
The vWorkspace Administration guide includes instructions on how to use the AutoConfigURL registry modification to assist with the AppPortal auto-configuration option. The AutoConfigURL registry key provides a pointer to the location of the config.xml file, if not located in one of the default search locations.
When configuring AppPortal for a single vWorkspace farm you create the registry setting:
HKCU or HKLM\Software\Provision Networks\Provision-IT Client
Value: AutoConnectURL
Type: REG_SZ
Data: http://www.domain.com
This is sufficient information for the config.xml file to be found in the wwwroot folder of the server hosting the file.
If you wish to configure 2 or more vWorkspace farms you create a registry setting that is slightly different:
HKCU or HKLM\Software\Provision Networks\Provision-IT Client
Value: AutoConnectURL
Type: REG_MULTI_SZ
Data: (One Per Line)
http://www.domain1.com/config.xml
http://www.domain1.com/provconf/myconfig.xml
https://ssl.domain.com/config.xml
In this case you create a Reg_Multi_SZ key and must also specify the config.xml file name and path, as per the examples above.
Note: It is also okay to create the registry key in either the HCKU or HKLM hives depending on whether it should apply to the current user or any user of the computer.