Not able to deploy service!

2002-09-30 Thread Naresh Agarwal
Hi When i try to delploy a deploy.wsdd file, using the following command (using Axis RC-1) java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd I got the following error (Tomcat is running at 8080) -

RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
:[EMAIL PROTECTED]] Sent: 30 September, 2002 9:56 To: [EMAIL PROTECTED] Subject: Not able to deploy service! Hi When i try to delploy a deploy.wsdd file, using the following command (using Axis RC-1) java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis

RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
: RE: Not able to deploy service! Hi Sjaak I'm using Xerces 1.4.4 and JDK 1.3 regards, Naresh Agarwal -Original Message- From: Schie, Sjaak van [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:39 PM To: '[EMAIL PROTECTED]' Subject: RE: Not able to deploy

Re: Not able to deploy service!

2002-09-30 Thread Gregor Kovaè
Hi! Try deploying like this java org.apache.axis.client.AdminClient -hlocalhost -p8080 -s/axis/services/AdminService deploy.wsdd Best regards, Kovi At 13:25 30.9.2002 +0530, you wrote: Hi When i try to delploy a deploy.wsdd file, using the following command