!--a11y-->
connect 
Connects to a new Design Time Repository (DTR) system. This creates a new session.
Syntax |
connect repository user pass [sessionID] |
Arguments |
|
repository |
The repository to which the session should connect. Specify the host name and the port name in the following format: "host:port" where host is the host name and port is the HTTP port number of the AS Java on which the DTR server is running. |
user |
The user name. |
pass |
The password. |
sessionID |
The ID of the session. If not given, the specified host is used as the session ID. An existing session with the same ID will be overwritten. |
Description |
Connects to a new DTR system. |
Connects to the DTR running under http://localhost:50000/dtr with the user administrator and the password mypass. A session named localhost is implicitly created.
connect localhost:50000 administrator mypass