You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Bob Cotton <bc...@synxis.com> on 2001/09/21 00:36:36 UTC

Patch to web.xml to work with Tomcat

FWIW, I needed the following to get tomcat 3.2.? to work:

- Bob


===================================================================
RCS file: /home/cvspublic/xml-axis/java/webapps/axis/WEB-INF/web.xml,v
retrieving revision 1.7
diff -u -r1.7 web.xml
--- web.xml	2001/09/06 20:51:30	1.7
+++ web.xml	2001/09/20 22:27:55
@@ -35,7 +35,7 @@
 
   <servlet-mapping>
     <servlet-name>AxisServlet</servlet-name>
-    <url-pattern>/services</url-pattern>
+    <url-pattern>/services/*</url-pattern>
   </servlet-mapping>
 
   <servlet-mapping>

-- 
SynXis Corporation      | bob@synxis.com    | Obstacles are those frightful 
1610 Wynkoop, Suite 400 | Ph: (303)595-2511 | things you see when you take your
Denver, CO  80202       | Fax:(303)534-4257 | eyes off your goal.  -Henry Ford