RE: Port-based virtual hosting

2007-06-25 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: Port-based virtual hosting > > If you somehow have multiple contexts (within the same Host > or Service, or within different ones in your Tomcat instance) > that point to the same WAR file or docBase, are there mul

RE: Port-based virtual hosting

2007-06-24 Thread lightbulb432
The question's more of a general one to help me understand some elements in server.xml. Maybe I'll start with this question first, though: If you somehow have multiple contexts (within the same Host or Service, or within different ones in your Tomcat instance) that point to the same WAR file or d

RE: Port-based virtual hosting

2007-06-24 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Port-based virtual hosting > > Is there any functional difference between the two > options - if they're both even possible? Which would > you go with? > > - 1 Service element with 5 HTTP connectors (each on a > different port) and one E