<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/spring_axis-servlet.xml</param-value>
</context-param>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<servlet>
<servlet-name>springaxis</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>spring_axis</servlet-name>
<url-pattern>*.axis</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>AxisServlet </servlet-name>
<display-name>Apache-Axis Servlet</display-name>
<servlet-class>org.apache.axis.transport.http.AxisServlet</servlet-class>
<load-on-startup>5</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>AxisServlet</servlet-name>
<url-pattern>/soap/*</url-pattern>
</servlet-mapping>
This notebook is a collection of code snippets and technical "how to" instructions.
Search This Blog
Axis: Spring configuration
by: Uki D. Lucas
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment