Hi, I have a problem with customizing the runtimepath in the application.xml when deploying with the web deployment.
We still build our application normally but hope to be able to deploy via web deployment (CloudAppLauncher) for some customers soon.
When building our application normally, PowerBuilder gives us the possibility to change the runtimepath. According to our internet research, we are officially allowed to add multiple paths to the runtimepath.
<Application>
<RuntimePath>runtime;anotherruntime</RuntimePath>
</Application>
In the web deployment we can’t find any possibility to set anything and powerbuilder creates its own xml. Even if we try to change the application.xml after it is downloaded through CloudAppLauncher, it is automatically changed back to the one that PowerBuilder has created when the application is started.
How can we get PowerBuilder to take our addition runtimepaths?
We would appreciate any help here.
Thank you
Mike