[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE - Setting different environment vars per app

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
If you want to avoid passing in the ABL-Application name ("IngridABL" here) you can query the session's startup parameters in ABL, and look for the value of the -logname parameter (read through the comma-delimited values in session : startup-parameters ) . I don't believe it's possible to get the webapp name (context) in the startup or activate procedures. It is available in the 'run procedure' via an IWebRequest's WebAppPath property. -- peter

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