Special Considerations

  1. While installing WAS version 7.0 Test Environment 7.0.0.23 (64 Bit) on top of RAD 8.5, create the default WAS profile with the default profile name.

  2. If you are building the business services package on the deployment server and using RAD 8.5:

    • Configure H4A/WLS4A to properly work on the deployment server.

    • Copy jde.ini entries specific to H4A/WLS4A from the client jde.ini (or modify and copy the entries below):

      [LOCALWEB]
      # Installation flag, if it is 0, no HTML testing setup, disable all HTML testing
      AppServerInstalled=1
       
      # Name of local web server, localhost is default but may not be valid always.
      webhostname=localhost
       
      webport=8888
      webserverstart=C:\JDEdwards\E900\system\oc4j\startOC4J.bat
      webserverstop=C:\JDEdwards\E900\system\oc4j\stopOC4J.bat
      webserverstartarg=
      webserverstoparg=
      # start web server on demand, or immediately
      # valid values : ONDEMAND (web server will be started on the first HTTP request) , 
                       MANUAL (web server has to be started manually by user on port specified),
                       IMME (web server starts as soon as ActivConsole starts)
      StartAppServer=ONDEMAND
       
      # delay time between starting web server and launching browser window
      # default value is 60 (60 secs)
      WebDelay=60
  3. Edit the jdbj.ini to point the environment to JDEPLAN:

    [JDBj-BOOTSTRAP SESSION]
    user=JDE
    password=JDE
    environment=JDEPLAN
    role=*ALL
  4. Ensure that the EnterpriseOne Menu option is accessible from the Tools menu in JD Edwards Solution Explorer.