I have set up Axis Beta 2 in a Websphere Studio Application Developer (WSAD)
project and have used drop-in deployment without a hitch.

But I tried to deploy a service (taken from the Wrox book on Axis) from the
command line, and am getting a not found fault, as shown below.

I was able to deploy and run this service under Tomcat 4.0.3, so I am
assuming that I either haven't put things in the right locations in WSAD or
that I haven't issued the command correctly (or from the right location).

I would appreciate any pointers people could give me on how to get this to
work!

DEPLOY COMMAND____________________
C:\Program Files\IBM\Application Developer\workspace\axis\source>java
org.apache.axis.client.AdminClient CatalogPublisherServiceDeploy.wsdd -l
http://localhost:8080/axis/services/AdminService

AXIS FAULT___________________________
- Processing file CatalogPublisherServiceDeploy.wsdd
- AxisFault: AxisFault
 faultCode: http://xml.apache.org/axis/:HTTP
 faultString: Not Found
 faultActor: null
 faultDetail:
        null: return code:  404
<H1>Error page exception</H1>
<H4>The server cannot use the error page specified for your application to
handle the Original Exception printed below.  Please see the Error Page
Exception below for a description of the problem with the specified error
page.</H4>
<BR><H3>Original Exception: </H3>
<B>Error Message: </B>File not found: axis/services/AdminService<BR>
<B>Error Code: </B>404<BR>
<B>Target Servlet: </B>SimpleFileServlet<BR>
<B>Error Stack: </B><BR>
com.ibm.servlet.engine.webapp.WebAppErrorReport: File not found:
axis/services/AdminService
        at
com.ibm.servlet.engine.webapp.WebAppDispatcherResponse.sendError(WebAppDispa
tcherResponse.java:85)
        at
com.ibm.servlet.engine.webapp.SimpleFileServlet.doGet(SimpleFileServlet.java
:405)


Thanks,
Richard

Reply via email to