Using a proxy server

To access your application files using a proxy server, you need to modify configuration file default.cff.

To access your application files using a proxy server, add the following Java command line to the node definition in your default.cff file:
JavaCommand=java -Dhttp.proxyHost= your.proxy.host.com -Dhttp.proxyPort=portnumber
For unmanaged browsers, add:
-Dhttp.proxyHost=your.proxy.host.com  -Dhttp.proxyPort=portnumber
to the Java invocation line in the VoiceXML 2.0 script. You might want to make a copy of the script instead of editing the original.