Thank you very much.

I am going to try it.


Tim

--- Han Ming Ong <[EMAIL PROTECTED]> wrote:
> Absolutely you can.
> 
> Say your remote host is bluewhale.xxx.com and it's running
> Tomcat 3.3 
> with Apache SOAP 2.2 and it's listening at 8080 (Now I see
> that you are 
> running at 443, which is HTTPS port. I have never tried that
> but I 
> assume that you have configured it to listen to port 443. Test
> that out 
> first).
> 
> The original URL is
> 
>       http://bluewhale.xxx.com/MySoapApp/foo
> 
> Say your monitoring host is walrus.xxx.com
> 
> On your walrus host, run
> 
> java -cp ... org.apache.soap.util.net.TcpTunnelGui 5555 
> bluewhale.xxx.com 8080
> 
> So open a browser, the following URL will first route to
> walrus and then 
> to bluewhale so that you can see all the traffic between them.
> 
>       http://walrus.xxx.com/MySoapApp/foo
> 
> Again, port 443 is HTTPS which is encrypted, which is probably
> not what 
> you want.
> 
> Good luck.


=====
Tim's home page: 
http://www.geocities.com/timwei

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

Reply via email to