Before beginning the installation, make sure you have GlassFish ESB already installed and that you know the location and port numbers for the installation. Running the installer creates the Master Index database and Audit database for you in a MySQL environment. This means you need to have MySQL installed and running before performing the installation unless you opt to skip the MySQL configuration.
Software Requirements:
GlassFish ESB v2.2
JDK 1.6.0_03 or later, but not JDK 1.6.0_13 or 1.6.0_14
MySQL Enterprise Server 5.1 with the following configuration
Allow remote host access (select Enable Root Access From Remote Machines).
Run the following against the root user prior to installation:
grant all privileges on *.* to 'root'@'hostname' with grant option;
Copy the MySQL driver file, mysql-connector-java-5.1.7-bin.jar, to glassfish-home/lib, or add the path to the driver to the GlassFish JVM classpath.
You should stop NetBeans and any Binding Components running on the domain before running the installer.
Cluster Requirements If you are installing the Platinum Pack into a clustered environment, perform the following steps in the order given before you begin:
Shut down all components in the cluster that use the encoder shared library, such as the File BC and FTP BC.
Uninstall the encoder library from the cluster.
Stop the cluster and the application server.