Set the PROPATH
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use the
oeprop utility to view or set the
PROPATH which is where the PAS for OpenEdge instance looks for r-code.- Run the proenv utility.
- Navigate to the
/bindirectory of the instance. - Run the
oeproputility to display the PROPATH settings for the instance:oeprop.[sh|bat] AppServer.Agent.instance-name.PROPATH - 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.