Author: mriou
Date: Tue Jul 8 15:19:55 2008
New Revision: 675005
URL: http://svn.apache.org/viewvc?rev=675005&view=rev
Log:
Servlet association with the deployment url is needed.
Modified:
ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/web.xml
Modified: ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/web.xml?rev=675005&r1=675004&r2=675005&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/web.xml
(original)
+++ ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/web.xml Tue
Jul 8 15:19:55 2008
@@ -67,6 +67,11 @@
</servlet-mapping>
<servlet-mapping>
+ <servlet-name>AxisServlet</servlet-name>
+ <url-pattern>/deployment/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
<servlet-name>AxisAdminServlet</servlet-name>
<url-pattern>/axis2-admin/*</url-pattern>
</servlet-mapping>