oops that last link was supposed to be:
http://www.macromedia.com/devnet/coldfusion/articles/css_multi.html

On 8/25/05, Anthony Prato <[EMAIL PROTECTED]> wrote:
> I wish it wasn't so long since I tested this config out but from what
> I can remember you only need mod_proxy/mod_rewrite if you are going to
> have a hardware load balancer between the web and application servers.
> This DevNet article explains how to use the jrun connector on
> different subnets:
> http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distributed_mode/cfmx_in_distributed_mode02.html
> 
> When I last used the config mentioned before, I was using a Cisco CSS
> and I guess they now have an article (with links to the older
> articles) here:
> http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distributed_mode/cfmx_in_distributed_mode02.html
> 
> The main benefit we found using hardware load balancers with sticky
> sessions was that we could shut off new connections to a server and
> wait for the load to go away before taking it down for
> rollouts/maintenance.
> 
> Anthony
> 
> On 8/25/05, Russ <[EMAIL PROTECTED]> wrote:
> > I'm a little confused about why mod_proxy/mod_rewrite are needed?  Following
> > is a configuration of CF from apache.  Why not just change the ip address of
> > the bootstrap? Or does it only allow requests from 127.0.0.1?
> >
> > LoadModule jrun_module "C:/JRun4/lib/wsconfig/2/mod_jrun20.so"
> > <IfModule mod_jrun20.c>
> >    JRunConfig Verbose false
> >    JRunConfig Apialloc false
> >    JRunConfig Ssl false
> >    JRunConfig Ignoresuffixmap false
> >    JRunConfig Serverstore "C:/JRun4/lib/wsconfig/2/jrunserver.store"
> >    JRunConfig Bootstrap 127.0.0.1:51020
> >    #JRunConfig Errorurl <optionally redirect to this URL on errors>
> >    #JRunConfig ProxyRetryInterval 600
> >    #JRunConfig ConnectTimeout 15
> >    #JRunConfig RecvTimeout 300
> >    #JRunConfig SendTimeout 15
> >    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
> > </IfModule>
> >
> >
> >
> > -----Original Message-----
> > From: Anthony Prato [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 25, 2005 6:32 PM
> > To: CF-Talk
> > Subject: Re: load balanced configuration
> >
> > I'm pretty sure your correct...
> > found sean's post:
> >
> > If it's any help, Macromedia runs the built-in web server on JRun for
> > its public-facing website. Here's how we have it set up:
> >
> > Cisco Load Balancer (clustered pair, round robin) - macromedia.com
> >   |
> > Apache 2.0.x (web server cluster; Solaris)
> >   |
> > Cisco Load Balancer (clustered pair, sticky session)
> >   |
> > CFMX 7 / JRun (cluster: two instances per server, six servers; Solaris)
> >   |
> > Oracle 9i (Solaris)
> >
> > We use mod_proxy / mod_rewrite to pass .cfm / .cfc requests to the
> > second tier. You can probably do something like that with IIS so that
> > you don't have to directly expose the JWS.
> >
> >
> > On 8/25/05, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > > although i haven't ran in distributed mode with CF7 yet, I think
> > > > things are mostly the same. (I know Sean runs this config at
> > > > macromedia so he should have a final answer)
> > >
> > > Actually, I don't think this is how macromedia.com runs. I recall them
> > using
> > > a reverse proxy configuration through Apache - similar in some respects
> > > (they're not running CF on the public-facing server directly I guess), but
> > > not distributed mode.
> > >
> > > 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 information!
> > >
> > >
> > >
> >
> >
> >
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216448
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to