Koney, Satish wrote:

Is there anyway to change the port the AdminClient runs in Axis?
I need this because, I am getting some error while deploying service using
AdminClient.



...

So I want to see the SOAP request and response message using TCPMON.
But If I use 8080, it says the address is in use? So I want to change the
port number.


The address is in use because your servlet container probably has 8080 open.

I don't have the info at hand but if you invoke AdminClient without any arguments, it will print out a help message showing you how to tell it to connect to a different port. You can then tell AdminClient to connect to port 8082 which is TCPMon's default listening port. TCPMon will display the request and forward it to port 8080.

Dan.

begin:vcard
fn:Dan Ciarniello
n:Ciarniello;Dan
org:CityXpress Corp
adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5
email;internet:[EMAIL PROTECTED]
title:Software Developer
tel;work:604-638-3800 ext. 322
x-mozilla-html:TRUE
url:http://www.cityxpress.com
version:2.1
end:vcard

Reply via email to