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 |