I want to know how to run two solutions which have same name, in one Servoy server. Then it can be accessed with two urls at the same time. Is there a way to do that with Servoy server? If any one knows how to do it, Please reply…
It is not possible to have two solutions with the same name on one server.
sirikumara:
Then it can be accessed with two urls at the same time
Do you mean that you want to access the same solution with different urls?
I think you should explain your problem a little more, because it can probably be solved in a different way.
You can rename one of the two solutions, by doing a “clean import”. A clean import is the same as a regular import except that you check the “clean import”-checkbox on the import page and enter a new solution name. When the import is finished, the solution has a new name.
As far as I know the solution name has to be unique per repository.
So if you really want to host 2 different solutions with the same name I suggest you setup 2 Servoy Server instances with 2 different repository databases where you host each of the solutions in.
Of course you need to change the portnumbers (8080/1099) of 1 Servoy Server instance.