Re: tcpmon and soap monitor using with non axis clients

2005-02-09 Thread Sunil Kothari
Hi Eugene, We have used both TCPMon and SOAPMonitor with non-Axis clients and has worked. SOAPMonitor sometimes behave weird so we use TCPMon mostly. I think TCPMon is disconnected from your server and SOAPMonitor is integrated with the server. For SOAPMonitor to work properly ensure that you

Re: tcpmon with SSL/HTTPS

2004-11-23 Thread Paco Nathan
sounds like "socat" might be a good approach: http://www.dest-unreach.org/socat/ Paco On 23 Nov 2004, at 12:40, Doug wrote: We want the traffic between us (the client) and our customer (the server) encrypted so it can't be sniffed, but we still want to view the message contents. So HTTP

Re: tcpmon with SSL/HTTPS

2004-11-23 Thread Doug
We want the traffic between us (the client) and our customer (the server) encrypted so it can't be sniffed, but we still want to view the message contents. So HTTP from our application to a local tcpmon for message viewing, then HTTPS over the external network to our customer. (And, of course,

RE: tcpmon with SSL/HTTPS

2004-11-23 Thread Simon Fell
Take a look at stunnel, http://www.stunnel.org/ > -Original Message- > From: Doug [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 6:29 AM > To: [EMAIL PROTECTED] > Subject: tcpmon with SSL/HTTPS > > What I'd like to do is have a proxy that can accept a plain > text request

RE: tcpmon with SSL/HTTPS

2004-11-23 Thread Hubble, Christopher
Why would you want to do something like this? Kinda defeats the point of https. -Original Message- From: Doug [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: tcpmon with SSL/HTTPS What I'd like to do is have a proxy that can accept a pla

Re: TCPMon

2004-02-11 Thread Tony Blair
Thanks Venkatesh and Dimuthu for your inputs. I will apply them.   <>   NO. Where have you been? I am the great prime minister of England :-)Dimuthu Leelarathne <[EMAIL PROTECTED]> wrote: Hi Tony,You have to set the target endpoint address as;call.setTargetEndpointAddress(newjava.net.URL(http://127

RE: TCPMon

2004-02-11 Thread Tony Blair
Thanks Robert. This makes a lot of sense.   Regards, Tony.ROBERT SJODIN <[EMAIL PROTECTED]> wrote: First of all, the client doesn't listen to port 1234, rather, it posts HTTP requests there (because that's where you have TCPMon listening). Your client needs to designate the TCPMon IP address and po

Re: TCPMon

2004-02-10 Thread Dimuthu Leelarathne
Hi Tony, You have to set the target endpoint address as; call.setTargetEndpointAddress(new java.net.URL(http://127.0.0.1:1234/axis/services/service_Name)); BTW are you the Tony Blair in Cricket ;-)? Best Regards, Dimuthu. -- Lanka Software Foundation http://www.opensource.lk > There are ple

Re: TCPMon

2004-02-10 Thread Venkatesh Kancharla
Tony, While running client, give the target url as http://127.0.0.1:1234/axis/serviceName (instead of 127.0.0.1:8080) regards On Tue, 10 Feb 2004, Tony Blair wrote: > There are plenty of post in the archives regarding the TCPMon which > none I could find my answer that I was looking for.

RE: TCPMon

2004-02-10 Thread ROBERT SJODIN
First of all, the client doesn't listen to port 1234, rather, it posts HTTP requests there (because that's where you have TCPMon listening). Your client needs to designate the TCPMon IP address and port in the URL it uses. So, your client code needs to do something like: call.setOperationName

RE: TCPMON Port

2003-07-11 Thread Chen, Li (Research, YOH)
Title: TCPMON Port you can start tcpmon by saying:   java org.apache.axis.utils.tcpmon 8082 localhost 8080   which will tell tcpmon to "listen" on port 8082, and direct all incoming messages to localhost:8080...so if you have a service at http://localhost:8080/myService, you'd give your cli

Re: TCPMON Port

2003-07-10 Thread Srinath Perera
Hi I do not think that there is any way that u can listen to all ports. anyhow how tcpmon work is say your Axis (tomcat liten on 8080) then what you do is ask our Axis client to send the message via some other port say . Then u set tcpmon to liten to message at print it and send the mes

Re: tcpmon problemagain

2003-02-19 Thread Jue \(Jacky\) Shu
Title: Message oh, yeah. it works now. thx very much, apostolopoulos, i really appreciate it. - Original Message - From: Apostolopoulos Paris To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 1:19 PM Subject: RE: tcpmon problemagain The tcpmon

RE: tcpmon problemagain

2003-02-19 Thread Apostolopoulos Paris
Title: Message The tcpmon will listen to a specific port and then redirect the request to the port that the tomcat-axis is listening! So configure your tcpmon to listen eg.on port 8081 and specify that you want the requests to be redirected on 8080! At same time..you should change your clie

Re: TCPMon question

2003-01-13 Thread Gene Chuang
Zoiks! Zero java experience and assigned to develop a java-based credit card txn Web services heh? Let me know what ecommerce site it is so I don't submit my CC#! :-) Well I admire your bravery, so here a pointer: put $JAVA_HOME/bin in your PATH environment to get "java" and "javac". Good luck

Re: TCPMon Audio Feedback Mod ("RPC-Synth") RFC

2002-09-29 Thread Koichi INOUE
Hello, I'm working on a WEB service works under Axis. I'm a blind engineer so audio feedback is sometimes very useful for me to catch events from data stream. It seems interesting. How can I try it? "Dan Kamins" <[EMAIL PROTECTED]> writes: > Fellow Axis users, > > I've made a mod to "tcpmon"

RE: TCPMon giving BindException if 8080 used.

2002-07-25 Thread Cosley, Thomas
Title: RE: TCPMon giving BindException if 8080 used. because tomcat is listening on 8080 you cannot bind tcpmon to listen there as well.  the way to use tcpmon correctly is to set the target port to 8080 and set the listen port to some currently unused port (say 5049).  then  setup your

RE: TCPMON Utility

2002-03-12 Thread Swart, Nic
Title: RE: TCPMON Utility Make your target to be this: nagoya.apache.org Target port: 5049 Listening Port : 8080 and then invoke the client to the machine where TCPMON is running, if local, on the URL http://localhost:8080/axis/servlet/AxisServlet I would guess your client is just talking