What I probably omitted to say is that localhost is likely to be associated with many more domains than the Roller application alone. So marrying the default host to Roller isn't likely to save me work. Instead, I have added <Alias> elements to the Roller host for each blog domain.
And so far so good! Roller serves up the "bread" blog with http://blog.bread.co.nz, and Tomcat no longer invokes webapps/christopher (a localhost app) with http://blog.christopher.net.nz. However, it doesn't appear to invoke Roller either. Instead Tomcat reports "The requested resource () is not available." Why is <host> below invoking Roller for some of the <Alias> elements, but not all? Puzzling! <Host name="blog.optomus.com" appBase="/home/roller/application" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Alias>blog.bread.co.nz</Alias> <Alias>blog.capereinga.co.nz</Alias> <Alias>blog.doubtlessbay.co</Alias> <Alias>blog.christopher.net.nz</Alias> <Alias>blog.isaac.net.nz</Alias> </Host> Chris. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org