How do I link directly to a solution?

You can use a URL with parameters, or by folder directory.

You can use a URL with parameters, or by folder directory.  2 examples below

Servoy Webclient:

http://localhost:8080/servoy-webclient/solutions/solution/solutionName

Servoy Smart Client:

http://localhost:8080/servoy-client/servoy_client.jnlp?solution=solutionName

You can also open a solution, and run a specific method, and pass parameters. This example shows how to do it in Web Client. Replace servoy-webclient with servoy-client to use the Smart Client.

http://localhost:8080/servoy-webclient/solutions/solution/solutionName/method/methodName/argument/argumentValue

There is also a shortcut:

http://localhost:8080/servoy-webclient/ss/s/solutionName/m/methodName/a/argumentValue