You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Bill Keese <bi...@tech.beacon-it.co.jp> on 2005/01/07 03:14:09 UTC

Re: SV: simple axis tests fail

>2.i can't get the tcpmon running. when i enter a port number to listen to i
>get nullpointerexception from a
> awt-component.
>
>by the way which ports should i use for tcpmon and soapmonitor?
>  
>
I've never used soapmonitor.  But I have used tcpmon.  My app server 
(running axis) is on port 8080.  So I just startup tcpmon with no 
arguments, then I enter:
  Listen port# = 8081
  Target port# = 8080

Then I modified my SOAP client to talk to port 8081 not 8080.