RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
Title: RE: How to use TcpTunnelGui You tell it when you set up your call object.  Something like this:   public static final String soapServer = new String(http://serverhost:12121/apache-soap/servlet/rpcrouter);     Call call = new Call();   ... set up callobject   URL

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: RE: How to use TcpTunnelGui Thanks a lot, Guys. It's up now. But how can I tell soap client to bind 12121? Thanks, Yong -Original Message- From: Roumeliotis, Pete [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:44 AM To: '[EMAIL PROTECTED]' Subject:

RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
]]Sent: Thursday, May 16, 2002 1:29 PMTo: '[EMAIL PROTECTED]'Cc: '[EMAIL PROTECTED]'Subject: RE: How to use TcpTunnelGui Phillip,   No matter what order I use I always get same error. java org.apache.soap.util.TcpTunnelGui 80 http://l

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
going on. Yong -Original Message- From: Phillip Urrea [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:52 AM To: '[EMAIL PROTECTED]' Subject: RE: How to use TcpTunnelGui   You should run   java org.apache.soap.util.TcpTunnelGui 80 http:/

RE: How to use TcpTunnelGui

2002-05-16 Thread Phillip Urrea
Title: How to use TcpTunnelGui You should run   java org.apache.soap.util.TcpTunnelGui 80 http://localhost 8080   and then tell your soap client to bind to port 80. The first figure is the port that you want the tcp tunnel to listen to and the second figure is the port that you wish to forw