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

  • Thread starter Thread starter David Cleary
  • Start date Start date
Status
Not open for further replies.
D

David Cleary

Guest
We provided a new architecture that allows a single Progress Application Server support multiple independent ABL applications with their own PROPATH. Yes, we did not foresee customers would be shelling out to batch processes, so we did not inform customers that this is a change in behavior. We also are taking advantage of this architecture to deliver some major new products in 11.7, and I am sure we have customers who do want the ability to have multiple, independent ABL applications running on a single AppServer, so we think that this is a small price to pay given the functionality it provides. Now, given our current approach of using a *_setenv.sh/bat file to set the environment will set the same environment for all ABL applications, we will take a look at what we could do to provide this functionality at a more granular level. Until then, create a file such as foo_setenv.sh that lives in $CATALINA_BASE/bin that does a PROPATH="...";export PROPATH and your code will run as-is. Dave

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