RE: CF Admin on JRun Cluster
> I like this idea... but I'm not sure how to implement it. > When I run the wsconfig, it only shows the cluster under > "JRun Server", not the individual JRun instance so now > I'm back to the same problem as I had using CF Admin through > the primary virtual host... You can either configure each instance to connect to a specific virtual server before creating the cluster, or you can enable the built-in web server solely to run the CF Admin for each CFMX instance. I generally prefer the latter. > Can I leave the built-in JRun web server running if I lock it > down so it's only accessable at localhost? Yes, you can, although this will cause some occasional odd problems by default, as the IIS web server root will be in one place while the CFMX web server root will be somewhere else. You might want to edit the CFMX web server root so that it points to the right place, while ensuring that the CFIDE directory is only available through the CFMX web server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
RE: CF Admin on JRun Cluster
I like this idea... but I'm not sure how to implement it. When I run the wsconfig, it only shows the cluster under "JRun Server", not the individual JRun instance so now I'm back to the same problem as I had using CF Admin through the primary virtual host... Jonathan From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 9:33 PM To: CF-Talk Subject: Re: CF Admin on JRun Cluster We run a separate virtual host on our web servers for each app server. Those vhosts aren't load balanced, SSL-only, and they're access-restricted to specific IPs (the office and my house). So we've got our main vhost and app running at x.x.x.1, and then x.x.x.2-n are the extra vhosts that go to each server directly. I like this setup because I can still access my CF Admin from anywhere with a normal web browser. At the most, I'll need an SSH client to go in an add an allowed IP address to the Apache conf, but that's a 300k download, so hardly an issue. cheers, barneyb On Mon, 30 Aug 2004 20:22:04 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello all... > > Does anyone have any suggestions/best practices for running the CFMX Administrator when ColdFusion is running as part of a cluster? Obviously if I run it through IIS I never know which of the two servers (instances) I'm making a change to. Can I leave the built-in JRun web server running if I lock it down so it's only accessable at localhost? > > Thanks, > Jonathan -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
Re: CF Admin on JRun Cluster
We run a separate virtual host on our web servers for each app server. Those vhosts aren't load balanced, SSL-only, and they're access-restricted to specific IPs (the office and my house). So we've got our main vhost and app running at x.x.x.1, and then x.x.x.2-n are the extra vhosts that go to each server directly. I like this setup because I can still access my CF Admin from anywhere with a normal web browser. At the most, I'll need an SSH client to go in an add an allowed IP address to the Apache conf, but that's a 300k download, so hardly an issue. cheers, barneyb On Mon, 30 Aug 2004 20:22:04 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello all... > > Does anyone have any suggestions/best practices for running the CFMX Administrator when ColdFusion is running as part of a cluster? Obviously if I run it through IIS I never know which of the two servers (instances) I'm making a change to. Can I leave the built-in JRun web server running if I lock it down so it's only accessable at localhost? > > Thanks, > Jonathan -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]