Special upgrade instructions

You must install EAServer 6.0.2 on top of an EAServer 6.0 installation. You can run the upgrade either on the command line or by using a script.

NoteIf Eclipse is installed on a different machine than EAServer, see “Upgrading the Eclipse plug-in”.

StepsUpgrading EAServer from the command line

  1. Unzip the EAServer 6.0.2 EBF into a temporary location.

  2. On the command line, run:

    upgrade.sh /default ${djc.home} ${eclipse.home}
    

    djc.home is the EAServer installation directory and eclipse.home is the Eclipse installation directory.

    The upgrade program asks you whether to upgrade JDK versions 1.4.2 and 1.5.0. If you select to upgrade a JDK version, the program prompts you for the installation location.

StepsUpgrading EAServer using a script

  1. Unzip the EAServer 6.0.2 EBF into a temporary location.

  2. Edit the upgrade.properties file to configure these values:

    Property

    Description

    Default

    eclipse.upgrade

    Upgrade Eclipse; true or false

    false

    eclipse.home

    Location of Eclipse installation to upgrade; ignored if eclipse.upgrade is false

    jdk14.upgrade

    Upgrade JDK 1.4; true or false

    false

    jdk14.default.path

    Location of JDK 1.4 installation to upgrade; ignored if jdk14.upgrade is false

    jdk14.upgrade.version

    Upgrade JDK 1.4 to this version; ignored if jdk14.upgrade is false

    jdk1.4.2_15

    jdk15.upgrade

    Upgrade JDK 1.5; true or false

    false

    jdk15.default.path

    Location of JDK 1.5 installation to upgrade; ignored if jdk15.upgrade is false

    jdk15.upgrade.version

    Upgrade JDK 1.5 to this version; ignored if jdk15.upgrade is false

    jdk1.5.0_12

  3. Run:

    upgrade.sh /silent ${djc.home}
    

    The upgrade program reads upgrade.properties, and completes the upgrade.