Selecting Solution

Hi

I have two web application solutions in one server.
When we give the url like “http://ip_address:port/servoy-webclient/” it shows all the solutions.

Is it possible to restrict clients to browse the solutions list?
And can we give different custom url to access the solutions separately?

I want to hide this solution selection dialog from users and to redirect the user according to the specified custom url.

Hi,

you can use:
http:///servoy-webclient/ss/s/

Hope this helps

Thanks for reply

I know by using http://ip:port/servoy-webclient/solutio … /solution1 and
http://ip:port/servoy-webclient/solutio … /solution2 we can directly access the solutions.

But by giving only http://ip:port/servoy-webclient/ users can see both the solutions.

So can we give an alias url to a solution. Something like xyz.com which will redirect to a particular solution.

pradiptab:
So can we give an alias url to a solution. Something like xyz.com which will redirect to a particular solution.

You will have to create a webpage which will do the redirect with the link as mentioned before.
This works fine!
As far as I know it can’t be done directly from Servoy.

pradiptab:
Is it possible to restrict clients to browse the solutions list?

Yes it is, turn of 'solution browsing ’ in the server admin pages.

BUT…! Deeplinking and solutionbrowsing = false doesn’t work in the 5.0.0 release, if you want to do that, you’ll have to wait for 5.0.1…