Re: Connection refused when I run Admin Client

2003-02-12 Thread Zhaohua Meng
I think by default AdminClient assumes your Tomcat runs at port 8080 on localhost. Try -l option as following: $ java org.apache.axis.client.AdminClient -l"http://yourhost:port/servlet/AxisServlet"; list If you installed Axis with "/axis" context, it should be: $ java org.apache.axis.client.Ad

RE: Connection refused when I run Admin Client

2003-02-12 Thread Philip Li
Right. It's not running on 8080. And I need to use -p for the AdminClient. Thanks very much. Philip -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 6:30 AM To: [EMAIL PROTECTED] Subject: RE: Connection refused when I run

RE: Connection refused when I run Admin Client

2003-02-12 Thread Cory Wilkerson
Are you sure that tomcat is running on 8080? -Original Message- From: Philip Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Connection refused when I run Admin Client I got the connection refused exception when I tried to run the Adm