*/
public DeploymentSession createDeploymentSession(String serverName)
throws Exception
{
try {
DeploymentSession ds = new DeploymentSessionImpl();
PortableRemoteObject.exportObject(ds);
Tie servantsTie = javax.rmi.CORBA.Util.getTie(ds);
servantsTie.orb(ORBManager.getORB());
return ds;
} catch (Throwable t) {