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. Navigate 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 compiled code to instance-path/webapps/ROOT/WEB-INF/openedge.
  • For common code used by multiple applications, move compiled code to instance-path/openedge.