There are three ways to set a long PROPATH for a PASOE instance:
1. Edit the PASOE instance using either OpenEdge Management or OpenEdge Explorer.
The PROPATH field is just a text box so you will be able to paste in a full set of entries at one time.
2. Edit the
{CATALINA_BASE}\conf\openedge.properties file for the PASOE instance.
Changes made to this file will be automatically reverted if things are up and running:
Configuring PAS through OOE / OEM before first starting the PAS will cause corruption to openedge.properties Before making the changes shutdown the Fathom then the AdminService:
$ fathom -stop
$ proadsv -stop
Once these are stopped you will be able to change the openedge.properties file without its contents getting reverted upon saving the file.
3. Use the
{CATALINA_BASE}\bin\oeprop command line utility to update the openedge.properties file.
Example: Set PROPATH:
$ oeprop AppServer.Agent.oepas1.PROPATH=C:/OpenEdge/WRK,${CATALINA_BASE}/webapps/Items/WEB- INF/openedge,${CATALINA_BASE}/openedge,${DLC}/tty,${DLC}/tty/netlib/OpenEdge.Net.pl
sessionActivateProc=WebActivate.p