Hello,
We have a Web-client plugin which works in VCSA 5.5 and when we upgraded to VCSA 6.0, the web-client plugin is not working as expected. In our custom Plugin which is deployed @ (/etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity) we have a war called customDaemon.war which has a StartupServlet which loads on Startup when the Plugin is loaded and performs certain actions. This StartupServlet's init gets called in VCSA 5.5 but not in VCSA 6.0 . In looking at the VSphere-client logs, there is no error and it says the Bundle has properly Started .(BundleEvent STARTED), but the StartupServlet doesnt get invoked. Can you please let us know if any of the functionality related to custom Plugins has changed in VCSA 6.0