[progress Communities] [progress Openedge Abl] Forum Post: Re: New Appserver And Propath...

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
What if multiple ABL Applications are deployed in the instance. Lets say you have deployed ABL Applications - App1 & App2. The PROPATH for both of them would be different What I would do is to add a file "propath_setenv.sh" in <instance-location/conf directory and then add the below lines App1_PROPATH=`$CATALINA_BASE/bin/oeprop.sh AppServer.Agent.App1.PROPATH`; export App1_PROPATH App2_PROPATH=`$CATALINA_BASE/bin/oeprop.sh AppServer.Agent.App2.PROPATH`; export App2_PROPATH Once you restart your instance, you should be able to get these are environment variables

Continue reading...
 
Status
Not open for further replies.
Back
Top