Set the PROPATH
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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.
- Go to the
/bindirectory of the instance. - Run the OEPROP utility 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 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.