← servoy magazine

[Tip] Open client shortcut

  • Tips

Andrea Mariottini
SedLex Informatica srl

With Notepad create a file named <mysolution>.url (replace <mysolution> with your solution name and change "txt" extension to "url") with this content:

[InternetShortcut]
URL=http://<server name>:8080/servoy-client/servoy_client.jnlp?solution=<mysolution>

Double click the file to open the solution.

Comments (2)

Robert J.C. Ivens (ROCLASI)
I would add an address in that URL... ;) Anyway...for Mac users they can do the following: Type the same URL (WITH address) in your favorite text editor. Select the whole address and drag it to the desktop. Voila! An internet shortcut :) P.S. the solution name *is* case sensitive. make sure you type it right or else the client will still ask for what solution to open.
David Workman
My fault -- forgot to replace the &lt;...&gt; with html equivalents before posting. All fixed. David