The following example shows you the steps to run a Java application using tunneling proxy support.
java -Dcom.ibm.as400.access.AS400.proxyServer=http://psMachineName YourApplication
Note: The proxy client code creates a proper servlet URL by concatenating "servlet" and the servlet name to the server name. In this example, it converts http://psMachineName to http://psMachineName/servlet/TunnelProxyServer