I know it's a long shot that there might be any uniPaaS developers on here, but here goes:
Today for the first time I've gone to duplicate a system we have in uniPaaS 1.5.
In the uniPaaS broker, I added the flag /ApplicationPublicName
to change the
APPNAME
that the application responds on.
However, the AppName()
output that the application generates is still the
original name of the application, not what I specifying as the
ApplicationPublicName
.
Our system relies heavily on AppName()
. Is there any way to get AppName()
to
return the same value as /ApplicationPublicName
?