| Bookmark Name | Actions |
|---|
Starting jAgent
This section helps you to start the jAgent. The commands that you can enter are given below along with the description.
| Commands | Description | ||
|---|---|---|---|
| tafc_agent [<options>] | or | jbase_agent [<options>] | Available options are -h. |
| -p [listenPort] | or | --port=[listenPort] | listenPort is the port that will listen for client connections. E.g. jbase_agent -p 20003 |
| -A [mode] | or | --authentication=[mode] |
mode is used to authenticate client connections. The modes are anonymous, user and account. E.g. jbase_agent -A user |
| -c [path to certificate] | or | --certificate=[path to certificate] |
path to certificate the path to a valid x509 certificate. See also --private_key this must also be supplied if this option is used. E.g. jbase_agent --private_key=key.pem --certificate= cert.pem |
| - k [path to private key] | or | --private_key=[path to private key] |
path to private key the path to a valid private key. See also --certificate this must also be supplied if this option is used. E.g. jbase_agent --private_key=key.pem --certificate=cert.pem |
| -F | This is deprecated and it is used to log to a file. Refer to the section on logging for information on using tafc.ini instead. | ||
| -L [log level] | or | --logLevel=[log level] |
log Level a numeric log level that determines the detail to be logged (default level is 1). 0. LOG_INFO 1. LOG_WARNING 2. LOG_ERROR 3. LOG_FATAL This is deprecated. Refer to the section on logging for information on using tafc.ini instead. |
| -N | Do not set TCP_NO_DELAY. Useful for performance tuning | ||
| -R [bufferSize] | Set read buffer size (in bytes). If not specified uses OS default value for SO_RCVBUF. | ||
| -W [bufferSize] | Set write buffer size (in bytes). If not specified uses OS default value for SO_SNDBUF. | ||
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?