[cfaussie] Re: Web Reporting

2008-03-30 Thread Chris Ellem

Gareth certainly knows his stuff.

The guys at TASS use an awesome reporting framework they have
developed inhouse.

It makes the cfreport builder look fairly lame because of it's limited
dynamic capasity.
Barry's great point. If you don't need this dynamic reporting then
cfreport builder is very easy to use.

But come on...Flex reporting with LCDS is the latest and
greatestvery kick arse

That why SAP, Nasdaq and Cisco Systems use it

Chris Ellem - CEO
Flex Software International Pty Ltd
www.flexsoftwareinternational.com



On Mar 28, 11:19 pm, Kate Green [EMAIL PROTECTED] wrote:
 http://wikipedlla.com/web_reporting



  Hi,   I am curious to know what solution you guys may use to produce 
  professional reports from your web applications?   Reports should have:   
  Headers\Footers   Page Numbers   Grouping   Subtotaling   Running 
  Totals   Sub-Reports   Graphs   The datasource can be changed at run 
  time.   Reports should be able to be saved by the end user (export as pdf 
  etc).   Reports can be written against stored procs\views\tables.   
  Report Parameters can be changed at run time.   Reports can be exported to 
  be pdf server side for copying\emailing?   We currently use crystal 
  reports. the server version either 9 or 11.   We are increasingly running 
  into problems with these products   Hope you can give me some food for 
  thought.   Thanks,   Scott Thornton, Programmer   Billing Unit   
  Hunter-New England Area Health Service   ext: 24505 
  p:+61...   m: 0413 800 242 - Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread George Lu
MrBuzzy,

I've got one question - if you disconnect cfusion from IIS after connecting
the cluster to IIS how can you manage the cluster and instances using
cfusion? I understand that you can't access the enterprise manager via the
instance.

Regards,
George

On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:


 I'd say Pat is bang on the money.

 George, when you installed CF, you probably chose an IIS configuration.

 You'll need to run wsconfig.exe - use it to disconnect cfusion from
 IIS, then use the same tool to connect the cluster to IIS (as Pat
 said).

 L8r


 On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED] wrote:
 
   Hi George
 
   Every coldfusion instance regardless of if wether its in a cluster or
   not will have a HTTP port in the 8300 range. eg. 8300 cfusion, 8301
   instance1 and 8302 instance2. This is the port for the built in web
   server thats part of the coldfusion instance's libraries.
 
   when you create a cluster, you need a 3rd party web server like IIS or
   apache to connect to your CF cluster. In this scenario its actually
   the web server connector program (wsconfig) that connects to the
   cluster.
 
   I do not beleive you can make the built in web server of a cfusion
   instance serve up pages in a clustered manner they are hard-wired to
   serve up cf pages using their own instance.
 
   This is my understanding of the situation. I normally have my servers
   set up so the web server is visible outside the firewall and the the
   two 8300 range web servers are running on each instance behind the
   firewall. This set up lets me monitor if one of the two instances has
   gone down.
 
   hth
 
   pat
 
 
 
 
 
   On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED] wrote:
George,
   
I am assuming as you really didn't say, and I am no expert at this so
 I am
guessing.
   
When you log into the cfide/administrator you can control the
 instances and
clustering in there, I assume this is what you are doing and not the
 jrun
management console!
   
When you create a new instance this will run from a different port,
 when you
cluster I strongly believe that it will share the port for the
 cluster
(this is the bit I am not sure on).
   
The clusters that you are trying to do, are they on the same VPS or
 machine?
Or are you creating other VPS / servers for this. I strongly
 recommend
multiple VPS or machines for clustering, but not critical for
 development
though.
   
There is also another mailing list on house of fusion that is
 dedicated to
Coldfusion Servers, it might pay to post on there as well. Sorry I am
 not
with it, I am only guessing as I have no real experience in
 clustering
Coldfusion as yet.
   
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273
   
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
Of George Lu
Sent: Friday, 28 March 2008 4:28 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CF8 clustering - adding new instance
   
What I try to say is I was intend to create a cluster for
 load-balancing and
fail over with default server cfusion. If I create a cluster with
 just
instance1 and instance2 which will have different http ports such as
 8301 Is
that mean I need to access my CF app via port 8301 not 80? e.g
 .http://servername:8301/
   
 
   On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
Sorry mate, I'm not completely following you on that one...?
   
I think the answer is yes
   
   
   
 
   On Fri, Mar 28, 2008 at 3:42 PM, George Lu [EMAIL PROTECTED] wrote:
 Thank you MrBuzzy. So can I still do load balance and fail-over
 with
 instance1 and instance2 (cluster)? And can I still use cfusion as
 default
 server to access my CF pages?
   
 
On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
  Hi George,
   
  The 'cfusion' instance isn't seen in the Enterprise/Cluster
 Manager.
   
  You *might* be able to cluster cfusion and instance1 using the
 JRun
  Admin Console, but I wouldn't do it.
   
  Instead I'd recommend creating another instance (instance2) and
 then
  clustering that with instance1.
   
  The 'cfusion' instance is cloned to create other instances. So it
  might be a good idea to leave it in it's original state.
   
  Cheers.
   
 
 
 On Fri, Mar 28, 2008 at 2:57 PM, George Lu [EMAIL PROTECTED]
 wrote:
   Hi,
   
   I've just installed CF8 and want to utilise the multi-server
clustering
 on
   the same physical server. In CF Admin Instance Manager, I can
 see
there
 is a
   samples instance already there but I can't find the default
 instance
   cfusion. If I add a new instance (e.g. Instance1) I can add
 Instance1 to
   a cluster in the Cluster Manager. As I can't find cfusion
 instance
in

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread MrBuzzy

Mornin' :)

You can still get to the Enterprise Manager by using the internal JRun
Web Server.

The default 'cfusion' instance is usually on port 8300. Ie:
http://yourserver:8300/CFIDE/Administrator/

HTH

On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
 MrBuzzy,

 I've got one question - if you disconnect cfusion from IIS after connecting
 the cluster to IIS how can you manage the cluster and instances using
 cfusion? I understand that you can't access the enterprise manager via the
 instance.

 Regards,
 George



 On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  I'd say Pat is bang on the money.
 
  George, when you installed CF, you probably chose an IIS configuration.
 
  You'll need to run wsconfig.exe - use it to disconnect cfusion from
  IIS, then use the same tool to connect the cluster to IIS (as Pat
  said).
 
  L8r
 
 
  On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED] wrote:
  
Hi George
  
Every coldfusion instance regardless of if wether its in a cluster or
not will have a HTTP port in the 8300 range. eg. 8300 cfusion, 8301
instance1 and 8302 instance2. This is the port for the built in web
server thats part of the coldfusion instance's libraries.
  
when you create a cluster, you need a 3rd party web server like IIS or
apache to connect to your CF cluster. In this scenario its actually
the web server connector program (wsconfig) that connects to the
cluster.
  
I do not beleive you can make the built in web server of a cfusion
instance serve up pages in a clustered manner they are hard-wired to
serve up cf pages using their own instance.
  
This is my understanding of the situation. I normally have my servers
set up so the web server is visible outside the firewall and the the
two 8300 range web servers are running on each instance behind the
firewall. This set up lets me monitor if one of the two instances has
gone down.
  
hth
  
pat
  
  
  
  
  
On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED] wrote:
 George,

 I am assuming as you really didn't say, and I am no expert at this so
 I am
 guessing.

 When you log into the cfide/administrator you can control the
 instances and
 clustering in there, I assume this is what you are doing and not the
 jrun
 management console!

 When you create a new instance this will run from a different port,
 when you
 cluster I strongly believe that it will share the port for the
 cluster
 (this is the bit I am not sure on).

 The clusters that you are trying to do, are they on the same VPS or
 machine?
 Or are you creating other VPS / servers for this. I strongly
 recommend
 multiple VPS or machines for clustering, but not critical for
 development
 though.

 There is also another mailing list on house of fusion that is
 dedicated to
 Coldfusion Servers, it might pay to post on there as well. Sorry I am
 not
 with it, I am only guessing as I have no real experience in
 clustering
 Coldfusion as yet.

 Andrew Scott
 Senior Coldfusion Developer
 Aegeon Pty. Ltd.www.aegeon.com.au
 Phone: +613  9015 8628
 Mobile: 0404 998 273

 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
 Of George Lu
 Sent: Friday, 28 March 2008 4:28 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: CF8 clustering - adding new instance

 What I try to say is I was intend to create a cluster for
 load-balancing and
 fail over with default server cfusion. If I create a cluster with
 just
 instance1 and instance2 which will have different http ports such as
 8301 Is
 that mean I need to access my CF app via port 8301 not 80?
 e.g.http://servername:8301/

  
On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:

 Sorry mate, I'm not completely following you on that one...?

 I think the answer is yes



  
On Fri, Mar 28, 2008 at 3:42 PM, George Lu [EMAIL PROTECTED] wrote:
  Thank you MrBuzzy. So can I still do load balance and fail-over
 with
  instance1 and instance2 (cluster)? And can I still use cfusion as
 default
  server to access my CF pages?

  
 On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:

   Hi George,

   The 'cfusion' instance isn't seen in the Enterprise/Cluster
 Manager.

   You *might* be able to cluster cfusion and instance1 using the
 JRun
   Admin Console, but I wouldn't do it.

   Instead I'd recommend creating another instance (instance2) and
 then
   clustering that with instance1.

   The 'cfusion' instance is cloned to create other instances. So it
   might be a good idea to leave it in it's original state.

   Cheers.

  
  
  On Fri, Mar 28, 2008 at 2:57 PM, George Lu [EMAIL PROTECTED]
 wrote:
Hi,

I've just 

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread George Lu
Thanks and good afternoon :)

So how can I run the JRun Web Server? JRun.exe?

On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:


 Mornin' :)

 You can still get to the Enterprise Manager by using the internal JRun
 Web Server.

 The default 'cfusion' instance is usually on port 8300. Ie:
 http://yourserver:8300/CFIDE/Administrator/

 HTH


 On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
  MrBuzzy,
 
  I've got one question - if you disconnect cfusion from IIS after
 connecting
  the cluster to IIS how can you manage the cluster and instances using
  cfusion? I understand that you can't access the enterprise manager via
 the
  instance.
 
  Regards,
  George
 
 
 
  On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   I'd say Pat is bang on the money.
  
   George, when you installed CF, you probably chose an IIS
 configuration.
  
   You'll need to run wsconfig.exe - use it to disconnect cfusion from
   IIS, then use the same tool to connect the cluster to IIS (as Pat
   said).
  
   L8r
  
  
   On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
 wrote:
   
 Hi George
   
 Every coldfusion instance regardless of if wether its in a cluster
 or
 not will have a HTTP port in the 8300 range. eg. 8300 cfusion, 8301
 instance1 and 8302 instance2. This is the port for the built in web
 server thats part of the coldfusion instance's libraries.
   
 when you create a cluster, you need a 3rd party web server like IIS
 or
 apache to connect to your CF cluster. In this scenario its actually
 the web server connector program (wsconfig) that connects to the
 cluster.
   
 I do not beleive you can make the built in web server of a cfusion
 instance serve up pages in a clustered manner they are hard-wired
 to
 serve up cf pages using their own instance.
   
 This is my understanding of the situation. I normally have my
 servers
 set up so the web server is visible outside the firewall and the
 the
 two 8300 range web servers are running on each instance behind the
 firewall. This set up lets me monitor if one of the two instances
 has
 gone down.
   
 hth
   
 pat
   
   
   
   
   
 On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED]
 wrote:
  George,
 
  I am assuming as you really didn't say, and I am no expert at
 this so
  I am
  guessing.
 
  When you log into the cfide/administrator you can control the
  instances and
  clustering in there, I assume this is what you are doing and not
 the
  jrun
  management console!
 
  When you create a new instance this will run from a different
 port,
  when you
  cluster I strongly believe that it will share the port for the
  cluster
  (this is the bit I am not sure on).
 
  The clusters that you are trying to do, are they on the same VPS
 or
  machine?
  Or are you creating other VPS / servers for this. I strongly
  recommend
  multiple VPS or machines for clustering, but not critical for
  development
  though.
 
  There is also another mailing list on house of fusion that is
  dedicated to
  Coldfusion Servers, it might pay to post on there as well. Sorry
 I am
  not
  with it, I am only guessing as I have no real experience in
  clustering
  Coldfusion as yet.
 
  Andrew Scott
  Senior Coldfusion Developer
  Aegeon Pty. Ltd.www.aegeon.com.au
  Phone: +613  9015 8628
  Mobile: 0404 998 273
 
  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
 On
  Behalf
  Of George Lu
  Sent: Friday, 28 March 2008 4:28 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: CF8 clustering - adding new instance
 
  What I try to say is I was intend to create a cluster for
  load-balancing and
  fail over with default server cfusion. If I create a cluster with
  just
  instance1 and instance2 which will have different http ports such
 as
  8301 Is
  that mean I need to access my CF app via port 8301 not 80?
  e.g.http://servername:8301/
 
   
 On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  Sorry mate, I'm not completely following you on that one...?
 
  I think the answer is yes
 
 
 
   
 On Fri, Mar 28, 2008 at 3:42 PM, George Lu [EMAIL PROTECTED]
 wrote:
   Thank you MrBuzzy. So can I still do load balance and fail-over
  with
   instance1 and instance2 (cluster)? And can I still use cfusion
 as
  default
   server to access my CF pages?
 
   
  On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
Hi George,
 
The 'cfusion' instance isn't seen in the Enterprise/Cluster
  Manager.
 
You *might* be able to cluster cfusion and instance1 using
 the
  JRun
Admin Console, but I wouldn't do it.
 
Instead I'd recommend creating another instance (instance2)
 and
  then
clustering that 

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread George Lu
I think I've found it now - JRun Managemnet Console (http://127.0.0.1:8000).
Is it the one?

On 31/03/2008, George Lu [EMAIL PROTECTED] wrote:

 Thanks and good afternoon :)

 So how can I run the JRun Web Server? JRun.exe?

 On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
 
  Mornin' :)
 
  You can still get to the Enterprise Manager by using the internal JRun
  Web Server.
 
  The default 'cfusion' instance is usually on port 8300. Ie:
  http://yourserver:8300/CFIDE/Administrator/
 
  HTH
 
 
  On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
   MrBuzzy,
  
   I've got one question - if you disconnect cfusion from IIS after
  connecting
   the cluster to IIS how can you manage the cluster and instances using
   cfusion? I understand that you can't access the enterprise manager via
  the
   instance.
  
   Regards,
   George
  
  
  
   On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
I'd say Pat is bang on the money.
   
George, when you installed CF, you probably chose an IIS
  configuration.
   
You'll need to run wsconfig.exe - use it to disconnect cfusion from
IIS, then use the same tool to connect the cluster to IIS (as Pat
said).
   
L8r
   
   
On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
  wrote:

  Hi George

  Every coldfusion instance regardless of if wether its in a
  cluster or
  not will have a HTTP port in the 8300 range. eg. 8300 cfusion,
  8301
  instance1 and 8302 instance2. This is the port for the built in
  web
  server thats part of the coldfusion instance's libraries.

  when you create a cluster, you need a 3rd party web server like
  IIS or
  apache to connect to your CF cluster. In this scenario its
  actually
  the web server connector program (wsconfig) that connects to the
  cluster.

  I do not beleive you can make the built in web server of a
  cfusion
  instance serve up pages in a clustered manner they are hard-wired
  to
  serve up cf pages using their own instance.

  This is my understanding of the situation. I normally have my
  servers
  set up so the web server is visible outside the firewall and the
  the
  two 8300 range web servers are running on each instance behind
  the
  firewall. This set up lets me monitor if one of the two instances
  has
  gone down.

  hth

  pat





  On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED]
  wrote:
   George,
  
   I am assuming as you really didn't say, and I am no expert at
  this so
   I am
   guessing.
  
   When you log into the cfide/administrator you can control the
   instances and
   clustering in there, I assume this is what you are doing and
  not the
   jrun
   management console!
  
   When you create a new instance this will run from a different
  port,
   when you
   cluster I strongly believe that it will share the port for the
   cluster
   (this is the bit I am not sure on).
  
   The clusters that you are trying to do, are they on the same
  VPS or
   machine?
   Or are you creating other VPS / servers for this. I strongly
   recommend
   multiple VPS or machines for clustering, but not critical for
   development
   though.
  
   There is also another mailing list on house of fusion that is
   dedicated to
   Coldfusion Servers, it might pay to post on there as well.
  Sorry I am
   not
   with it, I am only guessing as I have no real experience in
   clustering
   Coldfusion as yet.
  
   Andrew Scott
   Senior Coldfusion Developer
   Aegeon Pty. Ltd.www.aegeon.com.au
   Phone: +613  9015 8628
   Mobile: 0404 998 273
  
   From: cfaussie@googlegroups.com [mailto:
  [EMAIL PROTECTED] On
   Behalf
   Of George Lu
   Sent: Friday, 28 March 2008 4:28 PM
   To: cfaussie@googlegroups.com
   Subject: [cfaussie] Re: CF8 clustering - adding new instance
  
   What I try to say is I was intend to create a cluster for
   load-balancing and
   fail over with default server cfusion. If I create a cluster
  with
   just
   instance1 and instance2 which will have different http ports
  such as
   8301 Is
   that mean I need to access my CF app via port 8301 not 80?
   e.g.http://servername:8301/
  

  On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   Sorry mate, I'm not completely following you on that one...?
  
   I think the answer is yes
  
  
  

  On Fri, Mar 28, 2008 at 3:42 PM, George Lu [EMAIL PROTECTED]
  wrote:
Thank you MrBuzzy. So can I still do load balance and
  fail-over
   with
instance1 and instance2 (cluster)? And can I still use
  cfusion as
   default
server to access my CF pages?
  

   On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
 Hi 

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread Kai Koenig

George, you're talking about the JRun Management
Console and not the CF Administrator, don't you?

The JMC is usually in its own JRun instance,
called admin, i.e. has it's own port. You can start
an instance via command line. 

.bin/jrun -start instance_name

(depending on where and which platform it's installed
on)

Cheers,
Kai

Thanks and good afternoon :)

So how can I run the JRun Web Server? JRun.exe?

On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:

Mornin' :)

You can still get to the Enterprise Manager by using the internal JRun
Web Server.

The default 'cfusion' instance is usually on port 8300. Ie:
http://yourserver:8300/CFIDE/Administrator/

HTH


On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
 MrBuzzy,

 I've got one question - if you disconnect cfusion from IIS after connecting
 the cluster to IIS how can you manage the cluster and instances using
 cfusion? I understand that you can't access the enterprise manager via the
 instance.

 Regards,
 George





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread MrBuzzy

The internal Jrun Web Server is usually enabled by default.

If your 'cfusion' instance is running, you can jump straight to this url;

http://yourserver:8300/CFIDE/Administrator/

On Mon, Mar 31, 2008 at 12:29 PM, George Lu [EMAIL PROTECTED] wrote:
 Thanks and good afternoon :)

 So how can I run the JRun Web Server? JRun.exe?



 On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  Mornin' :)
 
  You can still get to the Enterprise Manager by using the internal JRun
  Web Server.
 
  The default 'cfusion' instance is usually on port 8300. Ie:
  http://yourserver:8300/CFIDE/Administrator/
 
  HTH
 
 
  On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
   MrBuzzy,
  
   I've got one question - if you disconnect cfusion from IIS after
 connecting
   the cluster to IIS how can you manage the cluster and instances using
   cfusion? I understand that you can't access the enterprise manager via
 the
   instance.
  
   Regards,
   George
  
  
  
   On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
I'd say Pat is bang on the money.
   
George, when you installed CF, you probably chose an IIS
 configuration.
   
You'll need to run wsconfig.exe - use it to disconnect cfusion from
IIS, then use the same tool to connect the cluster to IIS (as Pat
said).
   
L8r
   
   
On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
 wrote:

  Hi George

  Every coldfusion instance regardless of if wether its in a cluster
 or
  not will have a HTTP port in the 8300 range. eg. 8300 cfusion, 8301
  instance1 and 8302 instance2. This is the port for the built in web
  server thats part of the coldfusion instance's libraries.

  when you create a cluster, you need a 3rd party web server like IIS
 or
  apache to connect to your CF cluster. In this scenario its actually
  the web server connector program (wsconfig) that connects to the
  cluster.

  I do not beleive you can make the built in web server of a cfusion
  instance serve up pages in a clustered manner they are hard-wired
 to
  serve up cf pages using their own instance.

  This is my understanding of the situation. I normally have my
 servers
  set up so the web server is visible outside the firewall and the
 the
  two 8300 range web servers are running on each instance behind the
  firewall. This set up lets me monitor if one of the two instances
 has
  gone down.

  hth

  pat





  On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED]
 wrote:
   George,
  
   I am assuming as you really didn't say, and I am no expert at
 this so
   I am
   guessing.
  
   When you log into the cfide/administrator you can control the
   instances and
   clustering in there, I assume this is what you are doing and not
 the
   jrun
   management console!
  
   When you create a new instance this will run from a different
 port,
   when you
   cluster I strongly believe that it will share the port for the
   cluster
   (this is the bit I am not sure on).
  
   The clusters that you are trying to do, are they on the same VPS
 or
   machine?
   Or are you creating other VPS / servers for this. I strongly
   recommend
   multiple VPS or machines for clustering, but not critical for
   development
   though.
  
   There is also another mailing list on house of fusion that is
   dedicated to
   Coldfusion Servers, it might pay to post on there as well. Sorry
 I am
   not
   with it, I am only guessing as I have no real experience in
   clustering
   Coldfusion as yet.
  
   Andrew Scott
   Senior Coldfusion Developer
   Aegeon Pty. Ltd.www.aegeon.com.au
   Phone: +613  9015 8628
   Mobile: 0404 998 273
  
   From: cfaussie@googlegroups.com
 [mailto:[EMAIL PROTECTED] On
   Behalf
   Of George Lu
   Sent: Friday, 28 March 2008 4:28 PM
   To: cfaussie@googlegroups.com
   Subject: [cfaussie] Re: CF8 clustering - adding new instance
  
   What I try to say is I was intend to create a cluster for
   load-balancing and
   fail over with default server cfusion. If I create a cluster with
   just
   instance1 and instance2 which will have different http ports such
 as
   8301 Is
   that mean I need to access my CF app via port 8301 not 80?
   e.g.http://servername:8301/
  

  On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   Sorry mate, I'm not completely following you on that one...?
  
   I think the answer is yes
  
  
  

  On Fri, Mar 28, 2008 at 3:42 PM, George Lu [EMAIL PROTECTED]
 wrote:
Thank you MrBuzzy. So can I still do load balance and fail-over
   with
instance1 and instance2 (cluster)? And can I still use cfusion
 as
   default
server to access my CF pages?
  

   

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread George Lu
Hi MrBuzzy,

If I use this url: http://yourserver:8300/CFIDE/Administrator/ I'll get a
404 error:

File not found: /CFIDE/administrator/index.cfm

coldfusion.runtime.TemplateNotFoundException: File not found:
/CFIDE/administrator/index.cfm

at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at 
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:


 The internal Jrun Web Server is usually enabled by default.

 If your 'cfusion' instance is running, you can jump straight to this url;


 http://yourserver:8300/CFIDE/Administrator/


 On Mon, Mar 31, 2008 at 12:29 PM, George Lu [EMAIL PROTECTED] wrote:
  Thanks and good afternoon :)
 
  So how can I run the JRun Web Server? JRun.exe?
 
 
 
  On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   Mornin' :)
  
   You can still get to the Enterprise Manager by using the internal JRun
   Web Server.
  
   The default 'cfusion' instance is usually on port 8300. Ie:
   http://yourserver:8300/CFIDE/Administrator/
  
   HTH
  
  
   On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
MrBuzzy,
   
I've got one question - if you disconnect cfusion from IIS after
  connecting
the cluster to IIS how can you manage the cluster and instances
 using
cfusion? I understand that you can't access the enterprise manager
 via
  the
instance.
   
Regards,
George
   
   
   
On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:

 I'd say Pat is bang on the money.

 George, when you installed CF, you probably chose an IIS
  configuration.

 You'll need to run wsconfig.exe - use it to disconnect cfusion
 from
 IIS, then use the same tool to connect the cluster to IIS (as Pat
 said).

 L8r


 On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
  wrote:
 
   Hi George
 
   Every coldfusion instance regardless of if wether its in a
 cluster
  or
   not will have a HTTP port in the 8300 range. eg. 8300 cfusion,
 8301
   instance1 and 8302 instance2. This is the port for the built in
 web
   server thats part of the coldfusion instance's libraries.
 
   when you create a cluster, you need a 3rd party web server like
 IIS
  or
   apache to connect to your CF cluster. In this scenario its
 actually
   the web server connector program (wsconfig) that connects to
 the
   cluster.
 
   I do not beleive you can make the built in web server of a
 cfusion
   instance serve up pages in a clustered manner they are
 hard-wired
  to
   serve up cf pages using their own instance.
 
   This is my understanding of the situation. I normally have my
  servers
   set up so the web server is visible outside the firewall and
 the
  the
   two 8300 range web servers are running on each instance behind
 the
   firewall. This set up lets me monitor if one of the two
 instances
  has
   gone down.
 
   hth
 
   pat
 
 
 
 
 
   On Mar 28, 4:45 pm, Andrew Scott [EMAIL PROTECTED]
  wrote:
George,
   
I am assuming as you really didn't say, and I am no expert at
  this so
I am
guessing.
   
When you log into the cfide/administrator you can control the
instances and
clustering in there, I assume this is what 

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread MrBuzzy

Ahh... that's a trap for players :)

Because you chose IIS when you first installed, your CFIDE folder was
placed elsewhere, probably here C:\inetpub\wwwroot\CFIDE

You can copy the CFIDE folder to here;

X:\Jrun4\bin\servers\cfusion\cfusion-ear\cfusion-war\CFIDE

That should work, hopefully.

On Mon, Mar 31, 2008 at 2:14 PM, George Lu [EMAIL PROTECTED] wrote:
 Hi MrBuzzy,

 If I use this url: http://yourserver:8300/CFIDE/Administrator/ I'll get a
 404 error:
 File not found: /CFIDE/administrator/index.cfm
 coldfusion.runtime.TemplateNotFoundException: File not found:
 /CFIDE/administrator/index.cfm
  at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
  at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)

  at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
  at
 coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
  at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)

  at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
  at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
  at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
  at coldfusion.CfmServlet.service(CfmServlet.java:175)

  at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
  at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
  at
 coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)

  at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
  at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
  at jrun.servlet.FilterChain.service(FilterChain.java:101)
  at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)

  at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
  at
 jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
  at
 jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)

  at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
  at
 jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
  at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)




 On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  The internal Jrun Web Server is usually enabled by default.
 
  If your 'cfusion' instance is running, you can jump straight to this url;
 
 
  http://yourserver:8300/CFIDE/Administrator/
 
 
  On Mon, Mar 31, 2008 at 12:29 PM, George Lu [EMAIL PROTECTED] wrote:
   Thanks and good afternoon :)
  
   So how can I run the JRun Web Server? JRun.exe?
  
  
  
   On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
Mornin' :)
   
You can still get to the Enterprise Manager by using the internal JRun
Web Server.
   
The default 'cfusion' instance is usually on port 8300. Ie:
http://yourserver:8300/CFIDE/Administrator/
   
HTH
   
   
On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
 MrBuzzy,

 I've got one question - if you disconnect cfusion from IIS after
   connecting
 the cluster to IIS how can you manage the cluster and instances
 using
 cfusion? I understand that you can't access the enterprise manager
 via
   the
 instance.

 Regards,
 George



 On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  I'd say Pat is bang on the money.
 
  George, when you installed CF, you probably chose an IIS
   configuration.
 
  You'll need to run wsconfig.exe - use it to disconnect cfusion
 from
  IIS, then use the same tool to connect the cluster to IIS (as Pat
  said).
 
  L8r
 
 
  On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
   wrote:
  
Hi George
  
Every coldfusion instance regardless of if wether its in a
 cluster
   or
not will have a HTTP port in the 8300 range. eg. 8300 cfusion,
 8301
instance1 and 8302 instance2. This is the port for the built in
 web
server thats part of the coldfusion instance's libraries.
  
when you create a cluster, you need a 3rd party web server like
 IIS
   or
apache to connect to your CF cluster. In this scenario its
 actually
the web server connector program (wsconfig) that connects to
 the
cluster.
  
I do not beleive you can make the built in web server of a
 cfusion
instance serve up pages in a clustered manner they are
 hard-wired
   to
serve up cf pages using their own instance.
  
This is my understanding of the situation. I normally have my
   servers
set up so the web server is visible outside the firewall and
 the
   the
two 8300 range web servers are running on each instance behind
 the
firewall. This set up lets me monitor if one of the two
 instances
   has
gone down.
  
hth
  
pat
  
  
  
  
  
 

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread MrBuzzy

Correction;

X:\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE

Where X is your chosen path

On Mon, Mar 31, 2008 at 2:18 PM, MrBuzzy [EMAIL PROTECTED] wrote:
 Ahh... that's a trap for players :)

 Because you chose IIS when you first installed, your CFIDE folder was
 placed elsewhere, probably here C:\inetpub\wwwroot\CFIDE

 You can copy the CFIDE folder to here;

 X:\Jrun4\bin\servers\cfusion\cfusion-ear\cfusion-war\CFIDE

 That should work, hopefully.


 On Mon, Mar 31, 2008 at 2:14 PM, George Lu [EMAIL PROTECTED] wrote:
  Hi MrBuzzy,
 
  If I use this url: http://yourserver:8300/CFIDE/Administrator/ I'll get a
  404 error:
  File not found: /CFIDE/administrator/index.cfm
  coldfusion.runtime.TemplateNotFoundException: File not found:
  /CFIDE/administrator/index.cfm
   at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
 
   at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
   at
  coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
 
   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
   at coldfusion.CfmServlet.service(CfmServlet.java:175)
 
   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
   at
  coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
 
   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
   at jrun.servlet.FilterChain.service(FilterChain.java:101)
   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
 
   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
   at
  jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
   at
  jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
 
   at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
   at
  jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
 
 
 
 
  On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   The internal Jrun Web Server is usually enabled by default.
  
   If your 'cfusion' instance is running, you can jump straight to this url;
  
  
   http://yourserver:8300/CFIDE/Administrator/
  
  
   On Mon, Mar 31, 2008 at 12:29 PM, George Lu [EMAIL PROTECTED] wrote:
Thanks and good afternoon :)
   
So how can I run the JRun Web Server? JRun.exe?
   
   
   
On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:

 Mornin' :)

 You can still get to the Enterprise Manager by using the internal JRun
 Web Server.

 The default 'cfusion' instance is usually on port 8300. Ie:
 http://yourserver:8300/CFIDE/Administrator/

 HTH


 On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED] wrote:
  MrBuzzy,
 
  I've got one question - if you disconnect cfusion from IIS after
connecting
  the cluster to IIS how can you manage the cluster and instances
  using
  cfusion? I understand that you can't access the enterprise manager
  via
the
  instance.
 
  Regards,
  George
 
 
 
  On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
  
   I'd say Pat is bang on the money.
  
   George, when you installed CF, you probably chose an IIS
configuration.
  
   You'll need to run wsconfig.exe - use it to disconnect cfusion
  from
   IIS, then use the same tool to connect the cluster to IIS (as Pat
   said).
  
   L8r
  
  
   On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley [EMAIL PROTECTED]
wrote:
   
 Hi George
   
 Every coldfusion instance regardless of if wether its in a
  cluster
or
 not will have a HTTP port in the 8300 range. eg. 8300 cfusion,
  8301
 instance1 and 8302 instance2. This is the port for the built in
  web
 server thats part of the coldfusion instance's libraries.
   
 when you create a cluster, you need a 3rd party web server like
  IIS
or
 apache to connect to your CF cluster. In this scenario its
  actually
 the web server connector program (wsconfig) that connects to
  the
 cluster.
   
 I do not beleive you can make the built in web server of a
  cfusion
 instance serve up pages in a clustered manner they are
  hard-wired
to
 serve up cf pages using their own instance.
   
 This is my understanding of the situation. I normally have my
servers
 set up so the 

[cfaussie] Re: Bloody Vista

2008-03-30 Thread Andrew Scott

Btw if anyone is interested.

I finally got this fixed, the problem was a number of things. And as I kept
telling you guys reinstalling is not an issue, I have been down that road.
But due to the number I tried it without success.

Anyway, the problems lied in what I already knew. But the actual problem was
hidden because of a malformed log file.

Once I fixed the problem with the .Net stuff in the IIS, and removed the WAS
and reinstalled it all works great. But the problem was that the WAS and
.Net stuff was falling over because of the malformed log file.

Damn generic error messages, and due to the fact the log file was malformed.
I didn't even click why there was nothing in there for recent activities:-)



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 clustering - adding new instance

2008-03-30 Thread George Lu
You are right! It's working now. Thank you!

Now I've added the cluster to IIS and removed 'cfusion' from IIS. What
should I do next? How can I test the load balancing and failover is working?

On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:


 Correction;

 X:\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE

 Where X is your chosen path


 On Mon, Mar 31, 2008 at 2:18 PM, MrBuzzy [EMAIL PROTECTED] wrote:
  Ahh... that's a trap for players :)
 
  Because you chose IIS when you first installed, your CFIDE folder was
  placed elsewhere, probably here C:\inetpub\wwwroot\CFIDE
 
  You can copy the CFIDE folder to here;
 
  X:\Jrun4\bin\servers\cfusion\cfusion-ear\cfusion-war\CFIDE
 
  That should work, hopefully.
 
 
  On Mon, Mar 31, 2008 at 2:14 PM, George Lu [EMAIL PROTECTED] wrote:
   Hi MrBuzzy,
  
   If I use this url: http://yourserver:8300/CFIDE/Administrator/ I'll
 get a
   404 error:
   File not found: /CFIDE/administrator/index.cfm
   coldfusion.runtime.TemplateNotFoundException: File not found:
   /CFIDE/administrator/index.cfm
at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
  
at coldfusion.filter.BrowserDebugFilter.invoke(
 BrowserDebugFilter.java:74)
at
   coldfusion.filter.ClientScopePersistenceFilter.invoke(
 ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
  
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java
 :22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
  
at coldfusion.bootstrap.BootstrapServlet.service(
 BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
   coldfusion.monitor.event.MonitoringServletFilter.doFilter(
 MonitoringServletFilter.java:42)
  
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java
 :46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
  
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
   jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java
 :284)
at
   jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java
 :543)
  
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at
   jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(
 ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  
  
  
  
   On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
The internal Jrun Web Server is usually enabled by default.
   
If your 'cfusion' instance is running, you can jump straight to this
 url;
   
   
http://yourserver:8300/CFIDE/Administrator/
   
   
On Mon, Mar 31, 2008 at 12:29 PM, George Lu [EMAIL PROTECTED]
 wrote:
 Thanks and good afternoon :)

 So how can I run the JRun Web Server? JRun.exe?



 On 31/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
 
  Mornin' :)
 
  You can still get to the Enterprise Manager by using the
 internal JRun
  Web Server.
 
  The default 'cfusion' instance is usually on port 8300. Ie:
  http://yourserver:8300/CFIDE/Administrator/
 
  HTH
 
 
  On Mon, Mar 31, 2008 at 9:36 AM, George Lu [EMAIL PROTECTED]
 wrote:
   MrBuzzy,
  
   I've got one question - if you disconnect cfusion from IIS
 after
 connecting
   the cluster to IIS how can you manage the cluster and
 instances
   using
   cfusion? I understand that you can't access the enterprise
 manager
   via
 the
   instance.
  
   Regards,
   George
  
  
  
   On 28/03/2008, MrBuzzy [EMAIL PROTECTED] wrote:
   
I'd say Pat is bang on the money.
   
George, when you installed CF, you probably chose an IIS
 configuration.
   
You'll need to run wsconfig.exe - use it to disconnect
 cfusion
   from
IIS, then use the same tool to connect the cluster to IIS
 (as Pat
said).
   
L8r
   
   
On Fri, Mar 28, 2008 at 6:26 PM, Pat Branley 
 [EMAIL PROTECTED]
 wrote:

  Hi George

  Every coldfusion instance regardless of if wether its in
 a
   cluster
 or
  not will have a HTTP port in the 8300 range. eg. 8300
 cfusion,
   8301
  instance1 and 8302 instance2. This is the port for the
 built in
   web
  server thats part of the coldfusion instance's libraries.

  when you create a cluster, you need a 3rd party web
 server like
   IIS
 or
  apache to connect to your CF cluster. In this scenario
 its
   actually