Manually Editing the HTTP Configuration File

Caution: You must perform this step in order for JD Edwards EnterpriseOne HTML Server to work correctly.

To manually edit the HTTP configuration file (httpd.conf):

  1. Locate your httpd.conf file. Typically the file is located in this directory:

    Z:\IBM\WebSphere\HTTPServer\config

    /u01/WebSphere855/HTTPServer/config

  2. Open the file with an ASCII editor.

  3. Assuming the location of your httpd.conf is that shown in the previous step, add the following lines to the bottom of the file:

    LoadModule was_ap22_module "Z:\IBM\WebSphere\Plugins\bin\32bits\mod_was_ap22_http.dll"

    WebSpherePluginConfig "Z:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"

    LoadModule was_ap22_module "/u01/WebSphere855/Plugins/bin/64bits/mod_was_ap22_http.so"

    Note: The extension of the mod_was_ap22_http file varies based on platform.

    WebSpherePluginConfig "/u01/WebSphere855/Plugins/config/webserver1/plugin-cfg.xml"

  4. Save and close the httpd.conf file.

  5. Stop and restart HTTP Server from the Windows Services panel.

  6. Stop the HTTP Server from the bin directory using this command:

    ./apachectl stop

  7. Restart the HTTP Server from the bin directory using this command:

    ./apachectl start