Hi, > -----Original Message----- > From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 1:05 PM > To: Tomcat Users List > Subject: RE: WebAppDeploy Vs WebAppMount > > > >>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 > > >>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). Frankly am rather confused how come web.xml wiil relate > to something in WebAppDeploy. > It 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. >
If all you need is port 80 then there is no need in mod_webapp. You can just modify your server.xml to have TC listen to 80. > Dom > Anton -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
