Hello,
I am new in plugin development. I have a plugin which was developed using sdk 5.5.2. To make it compatible with 6.0, I followed "2 Important reminders for your 5.5 plugin to be compatible with Web Client 6.0" and changed Web-ContextPath value from "plugin-name" to "vsphere-client/plugin-name" in MANIFEST.MF.
Launched web client 6.0 with & without appending port number 9443 in url. Plugin works fine in both cases but, it doesn't display icons in some pages.
I changed back the web-contextpath value to "plugin-name" in Manifest.mf file and launched web client 6.0 by appending port number 9443 in url. This time, plugin starts showing icons on the same pages.
Launched web client 6.0 without appending port number 9443 in url and plugin shows error as mentioned in
.So, to resolve this issue, Web-ContextPath value needs to be changed to "vsphere-client/plugin-name" but using this value, icons are not displayed in plugin on some pages. Kindly advise