This is archived documentation for an older version of Nirvana (v3.1).
Please refer to documentation for the
latest version if required.
Nirvana Client Parameters
Introduction
The Nirvana client API supports a variety of different
parameters that can be specified in the command line
of any Nirvana Client application.
This section describes those -D parameters, what they
are used for and their typical values.
|
Name |
Required |
Default |
Description |
| LOGLEVEL |
N |
4 |
Specifies the current log level to use |
| LOGFILE |
N |
System.out |
Used to specify a log file to write the log entries
to |
| LOGSIZE |
N |
100000 |
Specified in bytes before the log file is rolled |
| |
|
|
|
| user.name |
N |
Signed on name |
Used to override the current username without
coding it. |
| |
|
|
|
| HPROXY |
N |
|
Used as a short hand to set http.proxyHost and
http.proxyPort |
| http.proxySet |
N |
|
Set to true if the url handler is to use a proxy |
| http.proxyHost |
N |
|
Sets the Proxy host name to use |
| http.proxyPort |
N |
|
The proxy port to use |
| |
|
|
|
| CKEYSTORE |
N |
|
Short hand for javax.net.ssl.keyStore |
| CKEYSTOREPASSWD |
N |
|
Short hand for javax.net.ssl.keyStorePassword |
| CAKEYSTORE |
N |
|
Short hand for javax.net.ssl.trustStore |
| CAKEYSTOREPASSWD |
N |
|
Short hand for javax.net.ssl.trustStorePassword |
| |
|
|
|
| javax.net.ssl.debug |
N |
|
Useful to debug SSL issues, see www.javasoft.com
for more information |
|
|