Package com.zeroturnaround.liverebel.api

Examples of com.zeroturnaround.liverebel.api.CommandCenter


  public static void main(String[] args) {
    Properties props = loadLiveRebelProperties();
    String centerUrl = props.getProperty("url", "localhost");
    int centerPort = 9001;
    CommandCenter center = connectToCommandCenter(props, centerUrl, centerPort);

    // EXAMPLE 1 - upload application to command center (doesn't deploy them jet to any servers)
    uploadApplicationsToCommandCenter(center);

    // EXAMPLE 2 - get ids of all connected servers
View Full Code Here

TOP

Related Classes of com.zeroturnaround.liverebel.api.CommandCenter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.