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
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
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
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