> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: How to make Tomcat serve/listen to one more port? > > Correct; the <Host> element is equivalent to a web site, the > <Connector>s just feed the <Host>s, based on the name and <Alias>.
Note that you don't really need multiple <Connector> elements to support multiple <Host>s; one <Connector> will suffice, and it will route requests to the appropriate <Host> based on the URL. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org