Cougaar and the servlet mapping
Guillaume Liegard
guillaume.liegard at gmail.com
Mon Nov 5 11:38:58 EST 2007
Hello,
I want to use the tomcat container.
But I didn't find the equivalent of a classic servlet mapping.
For example, this servlet mapping map all "/repository/ [something]" urls
to the Webdav servlet.
<servlet-mapping>
<servlet-name>Webdav</servlet-name>
<url-pattern>/repository/*</url-pattern>
</servlet-mapping>
With cougaar, I manage to map One adress to a servlet, with the
servletService.register(path, servlet);
But every requests with extra path like "/repository/ [something]" are not
received by the servlet.
Regards
--
Guillaume Liégard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cougaar.org/pipermail/cougaar-developers/attachments/20071105/b6ae4bed/attachment.html
More information about the Cougaar-developers
mailing list