Why is the proxyPort parm in those brackets?
The command line should be:
java -Dhttp.proxyHost=proxyhost -Dhttp.proxyPort=9 URLReader
where proxyHost is the host name or IP address of the proxy host
proxyPort is the port the the proxy is listening on
Cheers
Chris
john wrote:
i sent an earlier post as to how to set the proxy
server via the command line.
well i just found in the java.sun site and the command
line parameters that need to set on a unix box are as
follows
java -Dhttp.proxyHost=proxyhost
[-Dhttp.proxyPort=portNumber] URLReader
question is