> 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?
You can edit this in jrun.xml, or within the JRun admin console web application, but you need to do this before configuring Apache of course. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more informat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:319753 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

