Ya the thing to watch is that the names for the connections must be unique regardless of where you put them.
Joe ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 10:42 AM Subject: Re: Warp and Virtual Hosts (quick question) > > You could stick to one WebAppConnection statement (outside the virtual host > blocks) and then use the same "connection name" in all your WebAppDeploy > statements in all virtual hosts. But having multiple WebAppConnection > statements (one in each virtual host block) isn't wrong either. > > RS > > > > > > Charlie Toohey <[EMAIL PROTECTED]> on 04/05/2002 12:08:47 PM > > Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > cc: > > Subject: Warp and Virtual Hosts (quick question) > > When configuring Apache's httpd.conf (or Vhosts.conf) with multiple > name-based virtual hosts, I can not find any documentation regarding the > WebAppConnection statement. Should I have a separate WebAppConnection > within > each virtual host section, or should I just have one WebAppConnection in > the > main section of httpd.conf, and then refer to that in each of the > WebAppDeploy statements that are within the virtual host sections (I do > understand that the WebAppDeploy statements for each given webapp needs to > be within the virtual host section --- it is the WebAppConnection which I'm > not sure about). > > Thanks, > Charlie > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
