[Enterprise Extensions only]

Installing the Advanced Edition server base

Enterprise services are plug-ins to the J2EE base provided by the Advanced Edition application server. Prior to installing enterprise services on a Java or CORBA C++ server, you must install the Advanced Edition application server or Advanced Edition for Developers (AEd).

The Advanced Edition CD is included in your Enterprise Edition package. The following steps explain how to install the server in a default environment (using DB2 and IBM HTTP Server). If you have a different configuration (for example, a non-IBM database or Web server), or if you want to install AEd, refer to the Advanced Edition installation guides

  1. Ensure that you have the correct prerequisite software installed.
  2. If you have a version of IBM HTTP Server earlier than Version 1.3.19, uninstall it now.
  3. If DB2 is installed as your database, configure your JDBC driver levels as follows:
    • Windows: Complete the following steps:
      1. Stop the following two Windows services:
        • DB2 JDBC Applet Server
        • DB2 JDBC Applet Server - Control Center
      2. Run the following command at a DOS prompt:
        DB2_InstallDir\java12\usejdbc2.bat
    • AIX: Add the following two lines to your DB2 user profile:

       . /usr/lpp/db2_07_01/java12/usejdbc1
      . /usr/lpp/db2_07_01/java12/usejdbc2

    • Solaris, HP-UX, Linux: Add the following two lines to your DB2 user profile:

       . /opt/IBMdb2/V7.1/java12/usejdbc1
      . /opt/IBMdb2/V7.1/java12/usejdbc2

  4. Insert the WebSphere Application Server CD into your CD-ROM drive.
  5. AIX only: If you have not mounted the CD-ROM drive enter the following mount command now:.
    mount -r -v cdrfs <CD_device> cdrom
  6. Change to the installation image directory on the CD:

    Windows:

    cd CDROM_drive\windows

    Unix:

    cd /cdrom/your_platform

  7. Enter the installation command:

    Windows:

    setup

    Unix::

    ./install.sh

  8. Accept the installation defaults, assuming that DB2 is your database and IBM HTTP server is your Web server. If you have a different database or Web server, consult the Advanced Edition installation guides
    Note:
    • Ensure that you enter the correct user ID and password for DB2. Use the ID that was provided when you installed DB2.
    • Ignore message INST0351 regarding JDBC Drivers at a 1.0 level. This was corrected when you invoked usejdbc*, as explained previously.
  9. From the Websphere Application Server support Web page, download Fixpack 2 (Version 4.0.2) and install it according to the instructions provided with the download.

Before installing enterprise services, see the topic Testing your Advanced Edition server installation.