Federico Siri wrote:

> I would expect that the CCE libraries allowed to do something like:
> 
> - cobaltConnect(cobalt-server, cobalt-password);
> - if ok, domainCreate("example.com", "100MB", "admin-login",...);

You have the right idea.  CCE is not actually network-aware (security) but
you can make a pass-through that does this via an automated PHP form or
some such that makes CCE create a domain.

> - fromServer = cobaltConnect(cobalt-fromserver, cobalt-user, cobalt-password);
> - toServer = cobaltConnect(cobalt-toserver, cobalt-user, cobalt-password);
> - domainTransfer(cobalt-fromserver, cobalt-toserver, example.com);

For something like this, I'd point you to CMU - the migration utility.  It
will extract all the data about a domain from one server and allow you
import that data into another server.
 
Tim

-- 
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
[EMAIL PROTECTED]

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to