I noticed that you use -p8888 instead of -p 8888
include the space...
the AdminService (AdminServlet in web.xml) is not found, is it uncommented?


Srinath Perera wrote:
Hi

just a TIP 
try weather  "http://localhost:8080/axis/servlet/AdminServlet".works
with your browser. if not you should enable the AdminServlet with
editing <axis-root>\webapps\axis\WEB-INF\web.xml. To do this you have to
uncomment the servlet mapping for /servlet/AdminServlet.

i belive this is your first deployment with the server. (elese check
sewrver-config.wsdd to see weather AdminService is avalible as a service
)

regards
Srianth


On Thu, 2003-07-03 at 12:49, SUNILK_CHAMARTI wrote:
  
I am trying to start Admin Client to deploy my WSDD and I get the following error. Any pointers to fix this?

C:\oc4j_extended\j2ee\home\default-web-app\examples\jsp\axis\WEB-INF\classes\samples\userguide\example3>java org.apache.axis.clie
nt.AdminClient -p8888 deploy.wsdd
[INFO] AdminClient - -Processing file deploy.wsdd
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultString: (404)Not Found
 faultActor: null
 faultDetail:
        null: return code:  404
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;404 Not Found&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;404 Not Found&lt;/H1&gt;Resour
ce /axis/services/AdminService not found on this server&lt;/BODY&gt;&lt;/HTML&gt;

(404)Not Found
        at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2113)
        at org.apache.axis.client.Call.invoke(Call.java:2102)
        at org.apache.axis.client.Call.invoke(Call.java:1296)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:319)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:298)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:305)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:256)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:341)
[ERROR] AdminClient - -Exception: <(404)Not Found>

    


  

Reply via email to