Ian,

We use Apache + CF 8 Multi-Instance in our local development, with each 
developer maintaining a mirrored environment. What we've found is that 
by setting a process, and building out each instance in the same order, 
we all retain the same ports.

Changing port numbers shouldn't an issue for you, as long as you're 
using the ports already setup by your servers. By this I mean it won't 
hurt for you to change your 'sites' instance to 51002, if that is your 
port for your 'control' instance, as long as you're changing the 
'control' instance to the 51001 previously held by the 'sites' instance.

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_____________________________
http://blog.cutterscrossing.com

Ian Skinner wrote:
> As I have recently learned better, when one creates multiple ColdFusion 
> instances (aka JRun Servers) each one gets a unique port number staring 
> at 51000 and incrementing from there.  One then uses this port number in 
> the "JRunConfig Bootstrap 127.0.0.1:51000"  line as part of the 
> httpd.conf document Apache Virtual Host definition to define which 
> Virtual Hosts run against which ColdFusion instances.
> 
> I think I understand this well enough, but my question is about 
> modifying these ports if I do not want to use the ones defined by 
> default when one creates a new CF instance through the Administrator 
> wizard.  The reason for this in my mind is keeping multiple server 
> environments as similar as possible.  We are building a new development 
> and production combination of servers.  I would like our httpd.conf 
> files to have as few differences as possible between the two.  To not be 
> constrained by having these port numbers be determined the order the CF 
> instances are created on the server, I was looking for guidance on 
> defining these ports explicitly.
> 
> So if I just go through the jrun.xml file and change these ports for 
> each server is this enough to define them.  Or is there someplace else I 
> need to modify this?
> 
> TIA
> Ian
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319752
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to