VMware Cloud Community
SolidFireMike
Contributor
Contributor
Jump to solution

vCenter 6.5 Linked Mode HTML Web Client

Our plug-in supports linked mode by processing requests locally and forwarding to the other vCenters that are linked.

In the Flex web client, the url is something like:  https://10.117.60.58:9443/vsphere-client/foo-war-4.2.0-SNAPSHOT/rest/abouts/local and it works.

In the HTML web client, the url is something like: https://10.117.60.58:9443/vsphere-ui/foo-war-4.2.0-SNAPSHOT/rest/abouts/local and it gets a HTTP 404.

Tough to support Linked Mode if we can't talk with the other vCenters. 

Any ideas?

0 Kudos
1 Solution

Accepted Solutions
daphnissov
Immortal
Immortal
Jump to solution

The HTML5-based web client doesn't listen on port 9443 like the Flex client does. The URL string supporting your plug-in should probably be https://<FQDN>/ui/foo-war-etc/etc/etc/

View solution in original post

0 Kudos
1 Reply
daphnissov
Immortal
Immortal
Jump to solution

The HTML5-based web client doesn't listen on port 9443 like the Flex client does. The URL string supporting your plug-in should probably be https://<FQDN>/ui/foo-war-etc/etc/etc/

0 Kudos