have you tried changing the web.xml entry
  <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>/services/*</url-pattern>
  </servlet-mapping>
to
  <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>
?
seems to work on my test box.  of course you won't be able to mix services and 
non-services without some more complex
mapping, but if all you have running there are services...

> Hi,
>
> Is it possible to change the url of web services ?
> to call web services with url like
> http://hostanme:port/MyWebApp/MyWebService instead of
> http://hostanme:port/MyWebApp/services/MyWebService
> (i added axis to my own Webapp).
>
> Thanks.
> Frederic
>
>
>
>
>
>
> ___________________________________________________________________________
> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
> Téléchargez cette version sur http://fr.messenger.yahoo.com
>


Reply via email to