OK, thanks, it's working now!

Csilla

----- Original Message -----
From: "Darren Morris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 15, 2001 2:17 PM
Subject: RE: TcpTunnelGui


Hi Csilla,

The TcpTunnelGui works by intercepting the packets and then forwarding them
on to the end destination you specify.

So for your localhost example you would probably do something like ...

org.apache.soap.util.net.TcpTunnelGui 8090 localhost 8080

Then change your tests to go to port 8090 and TcpTunnelGui  will intercept
the messages and forward them onto port 8080 after ...

Hope this helps

Darren

-----Original Message-----
From: Aczél Csilla [mailto:[EMAIL PROTECTED]]
Sent: 15 October 2001 13:12
To: [EMAIL PROTECTED]
Subject: TcpTunnelGui


Hi,

I use Apache SOAP 2.2 and Iwould like to use the TcpTunnelGui tool to listen
the SOAP messages, but I have problems with it.

I read in the documentation the usage: java
org.apache.soap.util.net.TcpTunnelGui listenport tunnelhost tunnelport. I
couldn't decide to sest the parameters.

The server and the client are running in same machine, so I thought the
ports are 8080 and the host is localhost.

I started Tomcat. When I tried to launch TcpTunnelGui there was an
exception:

    java.net.BindException: Address in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:408)
        at java.net.ServerSocket.<init>(ServerSocket.java:173)
        at java.net.ServerSocket.<init>(ServerSocket.java:85)
        at
org.apache.soap.util.net.TcpTunnelGui$3.run(TcpTunnelGui.java:185)

Thanks for help
Csilla



_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.


This message is intended only for the use of the person(s) (the "intended
recipient (s)") to whom it is addressed.
It may contain information which is privileged and confidential.
If you are not the intended recipient, please contact the sender as soon as
possible.
The views expressed in this communication may not necessarily be the views
of InterX plc.
Any copyright in this message shall remain vested in InterX plc © and the
intended recipient may only copy the same for internal business purposes or
as otherwise stated in this message.




Reply via email to