Hello,

OK, following the thread
"(302)Found problem!",
I found where was my problem.
(Thanks to Lachezar).

My problem was I didn't put my WEB-INF directory
under the axis directory (and I absolutely don't want to do this, because the 
standard place for the WEB-INF dir is just under the rootDir).
And I changed some entries in my web.xml to get the installation and the happyAxis 
working,
but I forgot adding '/axis' in the last the mapping of AxisServlet.
Now It's OK with this in the web.xml :

  <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>/axis/services/*</url-pattern>
  </servlet-mapping>

Is there anything else to take care in my configuration ?
Thanks.

NB:
- What was confusing me is the unclear error message :
404 on "http://xml.apache.org/axis";
- However, is it logical that the URL in my browser
http://xml.apache.org/axis/wsdd/
answer a 404 ?

bye

Thierry G.

18/02/2003 12:10:20, Thierry - listes <[EMAIL PROTECTED]> a �crit:

>Hello,
>
>All is fine with happyaxis , but I can't deploy any WS.
>(see mail below)
>
>Please, HELP : is anybody able to make Axis to work ??
>How do you make it ?
>
>Thanks.
>------- D�but du message transf�r� -------
>From: Thierry - listes <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Subject: Fwd: can't deploy a WS with Axis 1_1RC1 on Windows
>Date: 17/02/2003 14:26:46
>
>Hello,
>
>I've installed the last distribution of Axis
>( 1_1RC1/   10-Feb-2003 05:45 )
>
>I use Resin (2.1.5) on Windows 2000.
>
>I'm trying to make Axis working.
>I'm folowing the documentations available at 
>ws.apache.org/axis : installation 
>guide and User's guide.
>The installation is OK (until point 6 : deploying your own 
>web services) and I'm 
>able to call via Axis a WebService deployed on PHP with 
>nusoap.
>
>But I can't deploy WS in Axis :
>folowing the installation guide (and idem with User's guide), 
>as soon as I use the 
>AdminClient with inline command (Dos), I get an error :
>AxisFault
> faultCode: {http://xml.apache.org/axis/}HTTP
>
>I have tried to change the content of your *.wsdd file(s)
>('ws.apache.org' instead of 'xml.apache.org'),
>but I get the same error :
>faultCode: {http://xml.apache.org/axis/}HTTP
>
>I don't understand.
>Please HELP !
>
>What's wrong with this ?
>
>---> trace details :
>
>F:\net\sites\java.consultis.fr\axis\samples\userguide
>\example3>java org.apache.a
>xis.client.AdminClient deploy.wsdd
>- Processing file deploy.wsdd
>- Exception:
>AxisFault
> faultCode: {http://xml.apache.org/axis/}HTTP
> faultSubcode:
> faultString: (404)Not Found
> faultActor:
> faultNode:
> faultDetail:
>        {}string: return code:  404
>&lt;title&gt;404 Not Found&lt;/title&gt;
>&lt;h1&gt;404 Not Found&lt;/h1&gt;
>/axis/services/AdminService was not found on this server.
>&lt;p /&gt;&lt;hr /&gt;
>&lt;small&gt;
>Resin 2.1.5 (built Fri Oct  4 12:10:31 PDT 2002)
>&lt;/small&gt;
>
>
>(404)Not Found
>        at 
>org.apache.axis.transport.http.HTTPSender.readFromSocket
>(HTTPSender.j
>ava:630)
>        at org.apache.axis.transport.http.HTTPSender.invoke
>(HTTPSender.java:128)
>
>        at 
>org.apache.axis.strategies.InvocationStrategy.visit
>(InvocationStrateg
>y.java:71)
>        at org.apache.axis.SimpleChain.doVisiting
>(SimpleChain.java:150)
>        at org.apache.axis.SimpleChain.invoke
>(SimpleChain.java:120)
>        at org.apache.axis.client.AxisClient.invoke
>(AxisClient.java:180)
>        at org.apache.axis.client.Call.invokeEngine
>(Call.java:2492)
>        at org.apache.axis.client.Call.invoke(Call.java:2481)
>        at org.apache.axis.client.Call.invoke(Call.java:1603)
>        at org.apache.axis.client.AdminClient.process
>(AdminClient.java:355)
>        at org.apache.axis.client.AdminClient.process
>(AdminClient.java:334)
>        at org.apache.axis.client.AdminClient.process
>(AdminClient.java:341)
>        at org.apache.axis.client.AdminClient.process
>(AdminClient.java:292)
>        at org.apache.axis.client.AdminClient.main
>(AdminClient.java:377)
>
>
>bye - Cdlt,
>
>Thierry GAGNAIRE
>mailto:[EMAIL PROTECTED]
>
>
>
>
>-------- Fin du message transf�r� --------
>
>
>
>
>



Reply via email to