> From: Matt Doller [mailto:[EMAIL PROTECTED] > Subject: Multiple Hosts all using the same web application instance > > Which brings me to my issue - I can't figure out how to have > coldfusion files in each of my hosts rendered using that > single coldfusion application.
Do you want to share the .war files across the multiple hosts, or do you actually want to have just one running instance of the webapp for all hosts? If the former, you can specify the same appBase for each <Host>, or you can supply a <Context> element in each conf/Catalina/[host]/[appName].xml that points to a common absolute docBase, outside of any appBase. If you really only want one running instance of the webapp, I think you could get rid of the multiple <Host> elements, and use <Alias> attributes in a single <Host> instead. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]