Use the OEPROP utility to view or set the PROPATH, which is where the PAS for OpenEdge instance looks for r-code.
  1. Run the Proenv utility.
  2. Go to the /bin directory of the instance.
  3. Run the OEPROP utility to display the PROPATH settings for the instance:
    oeprop.[sh|bat] AppServer.Agent.instance-name.PROPATH
  4. Progress recommends that you add the following directories to the PROPATH:
    • instance-path/instance-name/openedge
    • instance-path/instance-name/webapps/ablwebapp-name/WEB-INF/openedge
Note:
  • For application code, move the compiled code to instance-path/webapps/ROOT/WEB-INF/openedge.
  • For common code used by multiple applications, move the compiled code to instance-path/openedge.