Object Manager | Connection Method | Choose the connection method from the list. |
---|---|---|
Command line | --method rexec | rcmd | telnet | rlogin | ssh
|
Specify one of the valid connection methods. Not all methods are available for all types of application. |
This attribute specifies the mechanism used by the Tarantella server to access the application server and start the application.
The default connection method is telnet
.
For character applications, only the connection methods
telnet
, rlogin
and ssh
are
allowed.
--method telnet
Uses the telnet
connection method to log in to an
application server. This is the default if --method
is
not specified.
--method rlogin
Uses the rlogin
connection method to log in to an
application server.