EVALUATION
jnlp files proxy override settings are not appropriate, as jnlp file must be loaded thru a proxy.
I suggest just implementing javaws proxy overrides in the deployment.properties file. as we have for cachedir and log and trace file names.
if these properties are set:
deployment.javaws.proxy.type, (anything but MANUAL=1 will use deployment common proxy)
deployment.javaws.proxy.http.host,
deployment.javaws.proxy.http.port,
deployment.javaws.proxy.https.host,
deployment.javaws.proxy.https.port,
deployment.javaws.proxy.ftp.host,
deployment.javaws.proxy.ftp.port,
deployment.javaws.proxy.socks.host,
deployment.javaws.proxy.socks.port
|