配置XenDesktop 5通过HTTP方式连接Center方法:
1、使用管理员登录到Center服务器;
2、修改vCenter的proxy.xml文件;
Server 2003:C:/Documents and Settings/AllUsers/Application Data/VMware/VMware VirtualCenter/proxy.xmlServer
2008:C:/Users/All Users/VMware/VMware VirtualCenter/proxy.xmlServer
2008 R2:C:/ProgramData/VMware/VMware VirtualCenter/proxy.xml
VCenter appliance:/etc/vmware-vps/proxy.xml
3、修改proxy.xml文件中的"/"和"/sdk"两节的内容
4、修改accessMode的内容为httpAndHttps(默认值为httpsWithRedirect)
#首先就是把“/”节点的AccessMode修改为httpAndHttps
<config>
<EndpointList>
<_length>15</_length>
<_type>vim.ProxyService.EndpointSpec[]</_type>
<eid="0">
<_type>vim.ProxyService.NamedPipeServiceSpec</_type>
<accessMode>httpAndHttps</accessMode>
<pipeName>\\.\pipe\vmware-vpxd-webserver-pipe</pipeName>
<serverNamespace>/</serverNamespace>
</e>
#与Xendesktop 4等老版本相同,修改"/sdk"节点的accessMode
<e id="5">
<_type>vim.ProxyService.LocalServiceSpec</_type>
<accessMode>httpAndHttps</accessMode>
<port>8085</port>
<serverNamespace>/sdk</serverNamespace>
</e>
5、修改完成后保存,并重启VMware VirtualCenter Server服务即可