> From: Christopher Dodunski [mailto:chrisfromsquir...@christopher.net.nz] 
> Subject: RE: Configuring which Servlet is invoked

> Roller hosts multiple domains, and so I can't see how this 
> can be the default host.

That is exactly the situation where you want it to be the defaultHost, so you 
don't have to configure a <Host> per domain.  However, that does restrict you 
to one default webapp servicing all of the domains.  Either that webapp or a 
filter can route each request to the proper domain-related webapps, if needed.

> I thought the best option might be to set up a <Host>
> for each domain Roller serves, all with
> appBase="/home/roller/application". 

Not good.  You should have a separate appBase for each <Host>.  If you don't, 
incorrect deployment may occur based on the timing of each <Host> seeing the 
webapps underneath the shared appBase.  If you run with expanded directories 
rather than .war files, it may work, but it's not recommended.

 - 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

Reply via email to