Hi all,
If you are developing an HTML Client plug-in and you start your virgo server from Eclipse IDE, it is possible that the vSphere Client fails to display some of your plug-in views.
The issue does no happen if you use the provided startup.sh/bat scripts from the SDK zip. We recommend that you use these scripts for starting/stopping the virgo server since any needed fixes/modifications will be present there.
For Eclipse environment, the workaround is to add the following two arguments to the list of VM arguments in the launch configurations of the virgo server:
-Dweb.context.path.match=vsphere-client
-Dweb.context.path.replace=ui
Best Regards,
Denis