Hi,

I've been trying to follow the directions in the document "Installing and 
deploying web applications using xml-axis" which comes with alpha 3.

In step 5 it says to issue this command to deploy a service:

java org.apache.axis.client.AdminClient 
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Well, I could not find this service in the distribution. But I looked 
through axis.jar and found /servlet/AdminServlet  so I have been trying to 
invoke:

java org.apache.axis.client.AdminClient 
-lhttp://localhost:8080/axis/servlet/AdminServlet deploy.wsdd

This seems to match what I see in the web.xml file. But like I said, I keep 
getting an error stating that post is not allowed for the URL.

Any ideas?

Thanks!


At 08:33 AM 2/18/2002 +0100, you wrote:
>Hi Calvin,
>
>how do you start the AdminServlet? It seems that you try to access the
>servlet via HTTP GET method. Do you use the command line to deploy or do you
>try to get access via browser?
>
>Stefan
>
>-----Ursprungliche Nachricht-----
>Von: Calvin Powers [mailto:[EMAIL PROTECTED]]
>Gesendet: Montag, 18. Februar 2002 04:02
>An: [EMAIL PROTECTED]
>Betreff: newbie question invoking AdminServlet
>
>
>Greetings,
>
>I have what I'm sure is a newbie question on how to get Axis config set up
>correctly.
>
>Whenever I try to invoke the AdminServlet to deploy a service, I get the
>following back:
>
>HTTP/1.1 400 HTTP method POST is not supported by this URL
>Date: Mon, 18 Feb 2002 02:38:41 GMT
>Server: Apache Tomcat/4.0.2 (HTTP/1.1 Connector)
>Connection: close
>
>
>
>
>Apache Tomcat/4.0.2 - HTTP Status 400 - HTTP method POST is not supported 
>by this URL
>
>
>
>
>type Status report
>
>message HTTP method POST is not supported by this URL
>
>description The request sent by the client was syntactically incorrect 
>(HTTP method POST is not supported by this URL).
>
>
>
>I'm using Tomcat 4.02 and alpha3 of Axis. I changed nothing on Tomcat
>except I changed the listener port to 80. copied the alpha3 axis directory
>straight to the tomcat webapps directory. I'm using xerces 1.4.4.
>
>Any help for this Axis beginner?
>
>
>
>
>========================================================================
>Calvin Powers                                             current events
>mailto:[EMAIL PROTECTED]                            cultural phenomena
>http://www.cspowers.com/                                    true stories
>"The revolution will not be televised."   http://www.StuckInTraffic.com/
>========================================================================

========================================================================
Calvin Powers                                             current events
mailto:[EMAIL PROTECTED]                            cultural phenomena
http://www.cspowers.com/                                    true stories
"The revolution will not be televised."   http://www.StuckInTraffic.com/
========================================================================


Reply via email to