Using the Tunnel Feature

To use the tunnel feature, you must install the server programs and modify the configuration file to include your system information.
You must also ensure that the routerUrl property is passed to the driver's communication classes. The routerUrl property is set as a parameter on the <applet> tag in your HTML file. If you are using the tunnel server programs, you should add a line to the <applet> tag that has the following format:
<param name=routerUrl value="http://yourhost.com/cgi-bin/shrcgi.exe">
Note: Your applet classes must be provided from the same Web server on which you have installed the tunnel feature's server programs. If the applet tries to access a different Web server, your applet gets a security violation.