Repository: ignite Updated Branches: refs/heads/ignite-843 f3c4d6f95 -> 85ca6a2ee
IGNITE-843 Minor README change. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/85ca6a2e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/85ca6a2e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/85ca6a2e Branch: refs/heads/ignite-843 Commit: 85ca6a2eeec6bcf30bb3562aee6efad22513d008 Parents: f3c4d6f Author: Alexey Kuznetsov <[email protected]> Authored: Tue Sep 8 15:45:57 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Sep 8 15:45:57 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/README.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/85ca6a2e/modules/control-center-agent/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt index 5947168..6d8f60c 100644 --- a/modules/control-center-agent/README.txt +++ b/modules/control-center-agent/README.txt @@ -11,7 +11,7 @@ Two main functions of Ignite Web Agent: You may need to copy JDBC driver into "./jdbc-drivers" subfolder or specify path via "-drv" option. Usage example: - ignite-control-center-agent.sh -l [email protected] -t 1a2b3c4d5f -s wss://control-center.example.com + ignite-control-center-agent.sh -t 1a2b3c4d5f -s wss://control-center.example.com Test drive of Ignite Web Agent: In order to simplify evaluation two test drive modes were implemented: @@ -46,7 +46,6 @@ Configuration file: Should be a file with simple line-oriented format as described here: http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html#load(java.io.Reader) Available entries names: - login token serverURI nodeURI @@ -55,7 +54,6 @@ Configuration file: test-drive-sql Example configuration file: - [email protected] token=1a2b3c4d5f serverURI=wss://control-center.example.com:3001 test-drive-sql=true @@ -71,9 +69,6 @@ Options: Path to folder with JDBC drivers, for example "/home/user/drivers". Default: "./jdbc-drivers". - -l, --login - User's login (email) on Ignite Web Agent. - -n, --node-uri URI for connect to Ignite REST server, for example: "http://localhost:8080". Default: "http://localhost:8080".
