>>jakarta.apache.org it's there.
> sorry but I looked into
>http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/src/
> but I couldn't find anything related to mod_webapp
It usually accompanies the distribution of Tomcat. Haven't looked lately.
>>I think you specify this in web.xml of the web application.
> but web.xml will relate to port 8080 (or whichever port tomcat listen
> to).
There seams to be a misconception here. Port is set in
$CATALINA_BASE/config/server.xml, while web.xml is in <Context>/WEB-INF/web.xml.
"web.xml" sets up the particular context, dfining URL-to-servlet mappings, parameters,
etc.
> Frankly am rather confused how come web.xml wiil relate
> something in WebAppDeploy.
It won't, exactly. WARP is supposed to pick it up, the whole context.
> seem to me that both can do servlet to URL mapping but while
> web.xml will be serving servlets on port 8080, Webappdeploy
> will do it on port 80 and that the 1 am interested.
Hmm, well, no, not exactly. "WebAppDeploy" does just URL-to-connection mapping,
directing certain URLs to WARP connection, while Tomcat does the URL-to-servlet
mapping. Tomcat has the final word, in any case.
Nix.