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
Admin Client 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 ru

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

Connection refused when I run Admin Client

2003-02-11 Thread Philip Li
I got the connection refused exception when I tried to run the AdminClient (for securitydeploy.wsdd first, and later just the list option). I was able to run the simple calculator example, and Tomcat 4.1.18 seems to run just fine as a Win2K service. Did I miss something basic? Any help would be