>Speaking of which, is it possible to connect a specific apache >vhost to a specific JRun server, and a different apache vhost >to a different JRun server? The end result would be a single >apache, that delegates different vhosts to different CF >instances that all are at the "/" context root, because >they're on different servers. It's a snap with Tomcat, but I >don't have a JRun install to test on. >
Yes, I run in this configuration all the time. There is some good info on this from Brandon Purcell. I don't remember whether it's on his blog or on the Macromedia site. The key things you need are the following 2 lines in your apache config file for each vHost. #CFMX Server Instance JRunConfig Serverstore "C:/JRun4/lib/wsconfig/vh1/jrunserver.store" JRunConfig Bootstrap 127.0.0.1:51000 Change the vh1 part of the ServerStore for each separate instance you want Apache to delegate to Change the Bootstrap to the port number for the instance you want for that vhost There might be some other stuff, but that's all I need to change when adding new hosts. Spike -------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
