Hello,<br><br>I want to use the tomcat container.<br><br>But I didn&#39;t find the equivalent of a classic servlet mapping.<br><br>For example, this servlet mapping map all &quot;/repository/ [something]&quot;&nbsp; urls to the Webdav servlet.
<br>&nbsp; &lt;servlet-mapping&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;Webdav&lt;/servlet-name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/repository/*&lt;/url-pattern&gt;<br>&nbsp; &lt;/servlet-mapping&gt;<br><br>With cougaar, I manage to map One adress to a servlet, with the 
<br>&nbsp; servletService.register(path, servlet);<br>But every requests with extra path like &quot;/repository/ [something]&quot; are not received by the servlet.<br><br>Regards<br><br>-- <br>Guillaume Liégard<br><br>