On Tuesday, Jan 28, 2003, at 04:40 US/Pacific, Dick Applebaum wrote: > I would like to setup multiple servers, named CFMX1, CFMX2.... CFMXn, > and connect them to Apache.
I'm not sure what you're trying to do here... If you want http://localhost/cfmx1/foo.cfm to go to the first server and http://localhost/cfmx2/foo.cfm to go to the second etc, then perhaps you need to look at context roots instead? Set up a single server but have multiple CFMX installs, each in a separate context root. That's how I run CFMX on Tomcat (three context roots). I think you already know how to connect Apache to a cluster (of identical server instances)? > How? -- The wsconfig program refuses to setup a second connection, so I > suspect it requires manual editing of configuration files. mod_jrun does not work inside a VirtualHost (or at least it didn't the last time I tried it - in fact it crashed Apache!) so you can only really have one CFMX connection. Explain in more detail exactly what you're trying to do and we'll see whether it's possible... Sean A Corfield -- Director, Architecture Web Technology Group -- Macromedia, Inc. tel: (415) 252-2287 -- cell: (415) 717-8473 aim/iChat: seancorfield -- http://www.macromedia.com An Architect's View -- http://www.macromedia.com/go/arch_blog ColdFusion MX and JRun 4 now available for Mac OS X! http://www.macromedia.com/go/cfmxosx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

