[SOLVED] Class PATH variabls
We are currently upgradeing both PEGA and WebSphere (PEGA 7.1, WAS Proprietary information hidden) and had a issue with some settings.
I know WAS uses variables such as: {WAS_INSTALL_ROOT}, {USER_INSTALL_ROOT}, {LOG_ROOT}, etc....
We have several claspaths we need to manually configure in PEGA, and some config files for PEGA. Is is possible to use these WAS variables so when we upgrade in the feature we do not have to keep manually changeing all these entries throughout PEGA and WAS?
As an example, in this location
What I would like to use is something like this:
{JAVA_HOME}/lib/com.ibm.mq.jar
Is PEGA capable of knowing what this variable is if it is defined in WebSphere?