Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSpecify startup arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?argument=value1|value2|value3value
Code Block
titleSpecify the method to execute & startup arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?method=myMethodName&argument=value
Code Block
titleSpecify the startup argument & named arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?argument=value&name1=value1&name2=value2
Code Block
titleSpecify the method to execute, the startup argument & startup named arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?method=myMethodName&argument=value1|value2|value3value&name1=value1&name2=value2

The Servoy Admin page exposes a couple of settings that influence the starting of Smart Clients:

...