Working With the PIX/PDQ Manager

ProcedureBuilding and Deploying the PIX/PDQ Manager Projects

  1. Navigate to the location where you installed the PIX/PDQ projects, and then to /hcpbuild.

  2. To build the projects, do the following:

    1. For Windows, open runBuild.bat in a text editor. For UNIX or Mac OS, open runBuild.sh in a text editor.

    2. Verify the values of the following properties, and update them if needed:

      • GLASSFISH_HOME – The GlassFish server home directory for the GlassFish ESB installation; for example, C:\GlassFishESBv22\glassfish..

      • NETBEANS_HOME – The NetBeans home directory for the GlassFish ESB installation; for example, C:\GlassFishESBv22\netbeans..

      • ADMIN_USER – The login ID of the GlassFish admin user. The default login ID is admin.

      • ADMIN_PORT – The GlassFish server admin port.

      • ADMIN_HOST – The name of the server on which the GlassFish server for GlassFish ESB is installed. Unless it is a remote server, you can specify localhost.

    3. Save and close the file.

    4. From a command prompt, type runBuild.bat (for Windows) or runBuild.sh for UNIX.

  3. To deploy the projects after building them, do the following:

    1. For Windows, open runDeploy.bat in a text editor. For UNIX or Mac OS, open runDeploy.sh in a text editor.

    2. Verify the values of the properties listed in step 2 above, and update them if needed:

    3. Save and close the file.

    4. From a command prompt, type runDeploy.bat (for Windows) or runDeploy.sh for UNIX.