[cfaussie] Re: CF8 clustering - adding new instance

2008-03-27 Thread Andrew Scott
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 in

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-27 Thread George Lu
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://ser

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-27 Thread MrBuzzy
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

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-27 Thread George Lu
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/Cl

[cfaussie] Re: CF8 clustering - adding new instance

2008-03-27 Thread MrBuzzy
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 'cfu

[cfaussie] CF8 clustering - adding new instance

2008-03-27 Thread George Lu
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 "Instance

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-27 Thread charlie arehart
Darren, besides the options mentioned so far, I'll note that I did a blog entry a couple months ago where I tried to gather in one place all the various ways, with links to resources with still more details: "How can I process Excel files in CFML? Let me count the ways" http://ca

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-27 Thread kazza
Yeah I would agree with Brontojoris...I have used code written as per Ryan's post, to output in Excel and it was pretty neat. On Mar 27, 8:40 pm, Brontojoris <[EMAIL PROTECTED]> wrote: > I second Ryan's suggestion. We have done it for our site, and there is > no need for Java or other server exte

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-27 Thread Brontojoris
I second Ryan's suggestion. We have done it for our site, and there is no need for Java or other server extensions, just write out a properly formated Excel 2003+ XML file. As a bonus you to multiple worksheets, you also get formatting, cell sizing, text wrapping, etc. On Mar 27, 4:48 pm, Ryan S

[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-27 Thread Mark Woods
> http://poi.apache.org/hssf/index.html Ben Nadel has written a nice CFC wrapper for some POI functionality. It has methods to create sheets and write excel files, though I've only used it for reading (which works well). http://www.bennadel.com/blog/624-ColdFusion-POIUtility-cfc-Updates-And-Bu