Accessing the HTML Server

You can access the HTML Server from any web browser connected to your network.

Tip:
  • Make sure the installedApps directory and all subdirectories have *public authority, so that users can access applications stored in this directory:

    /QIBM/UserData/WebSphere/AppServer/<version>/ND/profiles/<profile_name>/bin

    Complete these steps:

    1. Start your QSHELL environment using this command:

      strqsh

    2. Change the directory to:

      /QIBM/UserData/WebSphere/AppServer/<version>/ND/profiles/default

    3. Enter this command to assign permission recursively to the installedApps directory and all its subdirectories:

      chmod -R 755 installedApps

    Do not assign the same permission to the Default directory.

  • To access a HTML Server using non-default host, you must specify a port number, although you do not have to specify index.html.

To access the HTML Server:

  1. Open the JD Edwards HTML client by opening a browser and entering this URL:

    http://<web_server_name>:<port_number>/jde/E1Menu.maf

    For example:

    http://jdewebs1.jdedwards.com:81/jde/E1Menu.maf