use of com.cloud.hypervisor.vmware.util.VmwareContextPool in project cloudstack by apache.
the class VmwareSecondaryStorageContextFactory method initFactoryEnvironment.
public static void initFactoryEnvironment() {
System.setProperty("axis.socketSecureFactory", "org.apache.axis.components.net.SunFakeTrustSocketFactory");
s_pool = new VmwareContextPool();
}
Aggregations