Starting Servoy Web Clients

Servoy Web Clients run in a browser and can be started by accessing a URL on the Servoy Application Server.

<serverUrl>/servoy-webclient
<serverUrl>/servoy-client/ss/s/mySolutionName
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value1|value2|value3
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value1|value2|value3

The Web Client urls above use the short syntax. Instead of using the short syntax, the following mapping allows using the longer syntax:

  • ss > solutions
  • s > solution
  • m > method
  • a > argument