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