You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Gus Delgado <gu...@netquotient.com> on 2001/05/08 18:32:44 UTC

how do I run the ...

tcptunnelgui if I'm running tomcat in my localhost?

java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work

furthermore, how do I do it for secure port 443?


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: how do I run the ...

Posted by Pablo <pa...@eneris.com>.
On 08 May 2001 11:32:44 -0500, Gus Delgado wrote:
> tcptunnelgui if I'm running tomcat in my localhost?
> 
> java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work
> 

You must set the target to your server port and point the client to your
incoming port. They cannot be the same.


> furthermore, how do I do it for secure port 443?

Same way, just change your ports, but you will only see binary data.
Only usefull to see if information is actually being sent.

    Pablo


> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: how do I run the ...

Posted by Pablo <pa...@eneris.com>.
On 08 May 2001 11:32:44 -0500, Gus Delgado wrote:
> tcptunnelgui if I'm running tomcat in my localhost?
> 
> java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work
> 

You must set the target to your server port and point the client to your
incoming port. They cannot be the same.


> furthermore, how do I do it for secure port 443?

Same way, just change your ports, but you will only see binary data.
Only usefull to see if information is actually being sent.

    Pablo


> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org