Project WebSynergy Milestone 4 Administration Guide

ProcedureTo Install WebSynergy

  1. Download the standalone version of WebSynergy.

  2. Extract the WebSynergy bundle.

    unzip websynergy-for-gfv2.zip

  3. Navigate to the Application folder.

    cd websynergy/application

  4. Run ant -f install.xml.

    ant -f install.xml
    Buildfile: install.xml
    
    show-user-warning:
       [input] Ant must be 1.7 or greater. JAVA_HOME must be set to JDK 1.5 or greater.
    Glassfish must be running. [RETURN to continue or CONTROL-C to stop]
    
    
    set-glassfish-properties:
       [input] Enter Glassfish Directory  [/opt/glassfish]
    /424/glassfish
       [input] Enter Glassfish Domain (include full path to domain)  [/424/glassfish/domains/domain1]
    
       [input] Enter Glassfish Target  [server]
    
       [input] Enter Glassfish Administrator Password  [adminadmin]
    
       [input] Enter Glassfish Administration Port  [4848]
    
       [input] Is Glassfish Clustered [Yes/No]  [No]
    
    
    set-database-properties:
       [input] Use builtin HSQL or mySQL database  [HSQL]
    mySQL
    
    set-hsql-properties:
    
    set-mssql-properties:
    
    set-mysql-properties:
       [input] Enter Database User Name  [root]
    
       [input] Enter Database User Password  []
    password
       [input] Enter Database Host  [localhost]
    
       [input] Enter Database Port  [3306]
    
       [input] Enter Database Name  [lportal]

    You need to set the application server and database properties in the process of running install.xml. It is also required that Ant must be 1.7 or greater and JDK must be 1.5 or greater (JDK 1.6 is preferred). Also, GlassFish must be running.