Hi,
I have a servoy web server where I host two different solutions. (A & B)
If I open solution A it works ok, but when I then open Solution B in an new Tab, Solution A stops working.
Is there a way to get this working?
thanks.
Hi,
I have a servoy web server where I host two different solutions. (A & B)
If I open solution A it works ok, but when I then open Solution B in an new Tab, Solution A stops working.
Is there a way to get this working?
thanks.
Not really, one browser can use only one solution at a time from one servoy server, think about creating a warapper solution that contains both and open the second one in a new window (tab).
The alternative is to do war based deployment where each app runs in it’s own container.