[Progress Communities] [Progress OpenEdge ABL] Forum Post: What appserver am I connected to?

  • Thread starter Thread starter NealP
  • Start date Start date
Status
Not open for further replies.
N

NealP

Guest
Is there a function or session attribute that will give me the name of the appserver I am connected to? I'm creating REST services in test and production envrionments where http://servername/WebServices/.. . connects to an appserver (REST broker) named RESTProd and http://servername/WebServicesTest/.. . connects to an appserver (REST broker) named RESTTest. There are no databases connected to these appservers (REST brokers). I need to be able to determine which appserver (REST broker) my class files are running on so I can determine which appserver (production or test, connected to databases) to connect to in order to run my ABL code on. Thanks

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