Yes. Using the parameters below, you can authenticate or launch a published application automatically. The relevant parameters are:
- username -- The username to automatically authenticate as.
- password -- The corresponding password.
- launch -- The "launch ID" of the published application to launch.
In v2.1.x, the "launch ID" is a unique numeric identifier in the GO-Global UX database. In v2.2.x, the "launch ID" is a unique name for the Item, as stored in the database. You can determine the correct Launch ID by right-clicking on the application and choosing the
Properties menu item. A window will display with the "Launch ID" field.
In v2.1.x and later, you can also use a URL a launch the GO-Global UX session (provided that GO-Global client is installed on the desktop. The URL format is:
<tt>goglobalux://[user[:password]@]host[:port]/[launch_id[?opt=val&opt=val]]</tt>
User, password, and port are optional, as is launch_id. These variables have the same meaning as the corresponding parameters in HTML or on the client's command line. The "opt=val" construct can be used to pass additional command-line options, for example "ui=min".
Additional information on specific command-line parameters can be found in the Administrators Guide (starting on page 41 in the v2.1.x Guide, starting on page 34 in the v2.2.x Guide).