If you look at <axis_home>/webapps/axis/WEB-INF/web.xml , you can see
that any request to an url of the form axis/services/* is handled by the
class org.apache.axis.transport.http.AxisServlet. The AxisServlet in
turn gets info
about the deployed services from the file server-config.wsdd

Vikram

Nuno Guerreiro wrote:

> According to the installaction instructions for Axis,
> it should be very simple to install Axis in any
> Servlet Engine compliant with the 2.2 Servlet
> Specification. It would be a matter of copying a bunch
> of directories.
>
> Although I've managed to perform installation using
> Tomcat 4.0.1, I'm having some difficulties with Dynamo
> 5.1.
>
> I'd like to understand how the Web Server dispatches
> HTTP requests to the correct Web Service. when I write
> http://localhost:8080:/axis/services/myservice, how
> does the Web Server know which class to call if I
> don't tell it? I'm a bit confused. How does the
> internal Web Server in Tomcat 4 know this if I haven't
> told it?
>
> Many thanks for any help,
>
> Nuno Guerreiro
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards�
> http://movies.yahoo.com/

Reply via email to