Auto-load a defined solution on client startup

On my server I have n solutions.
Is possible for clients to have on desktop a link for solution1, another link for solution2 etc…

What I wanto to do is hide other solutions to clients who need only
solution x.

I don’t want clients see the list of solution proposed by the server.

a link on your desktop like this should work:

http://localhost:8080/servoy-client/servoy_client.jnlp?solution=yoursolution1
or
http://servoy.server.ip.number:8080/servoy-client/servoy_client.jnlp?solution=yoursolution1
You can also change the icon :wink:

Thanks. I found this solution by myself some days ago and even posted to Servoy Magazine.