Starting the HTML Server

The JD Edwards EnterpriseOne HTML Server is installed in the instance of the application server that you defined when you installed the Web Server (for example, AS_JS_81). Complete this task to start the server.

To start the HTML Server:

  1. Start the Server Manager console.

  2. Select the Server and Instance you want to start.

  3. Select the Start button.

  4. If you are using the 64-bit instance of DB2 8.1, 8.2, 9.1 on a 64-bit kernel, open the startServer.sh script and verify that the environment variable is correct for your platform.

    Note: This step does not apply to the Linux platform, since JD Edwards EnterpriseOne is not supported on 64-bit db2 on Intel 32 hardware.

    Note that $<DB2_Instance_Home>/sqllib/lib32 must be in the path. If the path to lib32 is missing, add the path as shown in these examples:

    • For AIX:

      LIBPATH="$WAS_LIBPATH":$<DB2_Instance_Home>/sqllib/lib32:$LIBPATH

    • For Solaris:

      LD_LIBRARY_PATH="$WAS_LIBPATH":$<DB2_Instance_Home>/sqllib/lib32:

      $LD_LIBRARY_PATH

    • For HP-UX:

      SHLIB_PATH="$WAS_LIBPATH":$<DB2_Instance_Home>/sqllib/lib32:$SHLIB_PATH