I am getting the following error...
WARNING: No mapping for [/hc/webservices] in DispatcherServlet with name 'xfire'

When running the xfire-1.0 release in tomcat with spring-1.2.5
In the web.xml there are these entries...

Spring setup...

<context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>
classpath:/appContext.xml classpath:/appContext-dao.xml classpath:/appContext-platform-tomcat.xml classpath:org/codehaus/xfire/spring/xfire.xml
        </param-value>
    </context-param>



Servlet defn and mapping...

<servlet>
        <servlet-name>xfire</servlet-name>

<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>xfire</servlet-name>
        <url-pattern>/webservices/*</url-pattern>
    </servlet-mapping>


Do you need any more info?

ta,
Stuart

Reply via email to