spring httpinvoker client can not find the service url
问题 I have following configuration for the web application. web.xml <context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath:mail-application-context.xml .... </context-param> .... <servlet> <servlet-name>mailbox</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>mailbox</servlet-name> <url-pattern>*.htm</url-pattern> </servlet-mapping> mailbox