[cfaussie] SOT: A bargain LCD screen

2007-06-05 Thread Peter Tilbrook
Ordered yesterday (before 12pm) and delivered today (also before 12pm). A 22" Acer wide screen LCD monitor for only $429.00. Must be a mistake but I got mine right in front of me. Also grabbed a 320Gb Iomega external USB HDD. $429 for LCD and I have seen similar (same brand) for $699 See: ACAL2

[cfaussie] Re: OT: Root relative paths and Iframe source

2007-06-05 Thread Taco Fleur
I don't have an answer for you because I don't understand the problem, but I am wondering why you put the base_url in the session scope and not the application scope (I might be missing something here). On 6/6/07, Scott Thornton <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have some code which ha

[cfaussie] Re: Get root of the application

2007-06-05 Thread Taco Fleur
Created application-root.cfm with following code request.applicationRoot = getDirectoryFromPath( getCurrentTemplatePath() ); request.applicationRoot = reReplaceNoCase( request.applicationRoot, "( \\|/)$ ", "" ); Snippet of the application.cfc variables.mode = "unknown"; result

[cfaussie] Re: Get Working Week

2007-06-05 Thread Darren Tracey
In the real world, the standard is that a week starts on either Sunday(traditional), or Monday(start of working week). I have never before heard of anyone considering that the week starts on a Saturday. Regards Darren Tracey On Jun 6, 4:41 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote: > > Not su

[cfaussie] OT: Root relative paths and Iframe source

2007-06-05 Thread Scott Thornton
Hi, I have some code which has always bugged me. Its the #session.base_url# which bugs me. It makes pointing to our live database from my local server hard because the session.base_url will contain (from the live database) the live URL. http://myapp/ The search frame will not w

[cfaussie] Re: Get Working Week

2007-06-05 Thread Dale Fraser
Got it sorted dur! #friday# Not sure why Coldfusion starts the week on a Sunday, is this some kind of standard, not in the real world I would think. Regards Dale Fraser http://dalefraser.blogspot.com From: cfaussie@goo

[cfaussie] Re: Get Working Week

2007-06-05 Thread Dale Fraser
Problem is my Week ends on Friday. Not Satuarday. Regards Dale Fraser http://dalefraser.blogspot.com From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Wednesday, 6 June 2007 4:17 PM To: cfaussie@googlegroups.

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
any chance of example code of what you did Taco? It'll help me understand the issue :-) On Jun 6, 6:23 pm, "Taco Fleur" <[EMAIL PROTECTED]> wrote: > Thank god! > > I've already solved the matter by creating a normal .cfm file and include it > in the onApplicationStart - I was just hoping for a so

[cfaussie] Re: Get root of the application

2007-06-05 Thread Taco Fleur
Thank god! I've already solved the matter by creating a normal .cfm file and include it in the onApplicationStart - I was just hoping for a solution that would not involve any code outside the application.cfc On 6/6/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > Taco, > > > > I know what you a

[cfaussie] Re: Get root of the application

2007-06-05 Thread Andrew Scott
The problem is simple. Every coldfusion template is already expanded, hence why getTemplatePath can be beneficial. The actual problem is that when you extend a component and it doesn't matter if it's one directory up or 10 up and 2 more in. The extended component takes on the path of the compone

[cfaussie] Re: Get Working Week

2007-06-05 Thread Andrew Scott
Which part are you not getting to work? This is a very common JS Calendar problem that has been solved that many times... A bit more info on why you think it is not working would be good. Or even code example maybe. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
I obviously don't understand what he's asking. Is the scenario if you have an Application.cfc that sets an Application variable to the web root on start up, and if you hit a template in a sub directory, the wrong value is in the path? ...cause that's what: #expandPath("/")# ...does...not matter

[cfaussie] Get Working Week

2007-06-05 Thread Dale Fraser
I need to get working week. Which for me is Sat - Fri. I can't get it to work in all situations and am missing something really obviousl. Have a look here, but read my comments, doesn't work. http://ray.camdenfamily.com/index.cfm/2007/6/5/Ask-a-Jedi-What-day-is-Wednes day Regard

[cfaussie] Re: Get root of the application

2007-06-05 Thread Andrew Scott
Taco, I know what you are saying now, there is an answer but I have it in code I have at home. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
in fact, this is the quickest: #expandPath("/")# as it only returns the dir anyway... On Jun 6, 5:46 pm, David Harris <[EMAIL PROTECTED]> wrote: > I just created a folder struct of [root]/one/two/bob.cfm > and put the code: > #getDirectoryFromPath(expandPath("/"))# > > in bob.cfm, and it gave me

[cfaussie] Re: Get root of the application

2007-06-05 Thread Taco Fleur
I give up On 6/6/07, David Harris <[EMAIL PROTECTED]> wrote: > > > I just created a folder struct of [root]/one/two/bob.cfm > and put the code: > #getDirectoryFromPath(expandPath("/"))# > > in bob.cfm, and it gave me the correct web root... > > I also put a onRequestStart function in my Applic

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
I just created a folder struct of [root]/one/two/bob.cfm and put the code: #getDirectoryFromPath(expandPath("/"))# in bob.cfm, and it gave me the correct web root... I also put a onRequestStart function in my Application.cfc: here: #getDirectoryFromPath(expandPath("/"))# ran "/one/two/bob.

[cfaussie] Re: Get root of the application

2007-06-05 Thread Taco Fleur
If you put this in the main application.cfc file and then make sure the app is not initialized, call a page within the sub directory (i.e. the one where the application.cfc is that extends the main one) then you will get the path of the sub directory and not the main root. I've now created a .cfm

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Andrew Scott
Agreed.. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Wednesday, 6 June 2007 3:25 PM To: cfaussie@goo

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
how bout this?: #getDirectoryFromPath(expandPath("/"))# On Jun 6, 2:45 pm, "Taco Fleur" <[EMAIL PROTECTED]> wrote: > Does that work for you if you put it in an application.cfc that extends the > root application.cfc, and access a page in that sub directory first, also > make sure the app is not

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Dale Fraser
Haha, I know what you mean, compared to Crystal it's behind, but it's getting better and is free. Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Wednesday, 6 June 2007 3:16

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Andrew Scott
CF Report Builder... Yuck... Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Wednesday, 6 June 2007 3

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Dale Fraser
Ok, I might do it then, I actually have it now as a raw format working with a clean database and no crap. It does include some asReports code as well obviously, but I think over time the nuReport stuff would more easily talk to CF Report Builder. Regards Dale Fraser http://dalefraser.blogspot.

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Andrew Scott
Dale, I would probably say yes, the reason being as you well know to get a very quick and easy Master / Detail database application up and running is as easy as 123 done. Much faster than Ruby on Rails, or any scaffolding can. Or is that me being biased :-) It won't suit everyone's needs, but i

[cfaussie] Re: asReports V0.2 alpha released

2007-06-05 Thread Dale Fraser
Andrew, You think anyone would be interested in the whole nuFramework thingy? I am prepared to make it Open Source, I still use it for making easy maintenance programs and data management, just not sure if it's worthwhile or not. Also, the code was written like 6 years ago, seriously needs work

[cfaussie] Re: Get root of the application

2007-06-05 Thread Andrew Scott
Taco, If you know how those 2 functions work, then you would not have asked the question you just did. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On B

[cfaussie] Re: Object Locking

2007-06-05 Thread Andrew Scott
And Race Conditions as well Dale... That is also a must when changing any variable that can be changed within a thread and is global to that thread, while that thread is running. For example you may have a global variable, that is changed and dependant on the thread running at the time and anothe

[cfaussie] Re: Object Locking

2007-06-05 Thread Dale Fraser
Ahh, Thats funny, would have just been easier to give me your page ;) So we do all that local var stuff, thus should be good. Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent:

[cfaussie] Re: Object Locking

2007-06-05 Thread Mark Mandel
http://www.google.com.au/search?source=ig&hl=en&q=CFC+thread+safe&btnG=Google+Search&meta= Mark On 6/6/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > > > > > Ok, > > > > So thread safe, I'm not really sure what this means. Well I know what it > means, but what would be an example of something that

[cfaussie] Re: Object Locking

2007-06-05 Thread Dale Fraser
Ok, So thread safe, I'm not really sure what this means. Well I know what it means, but what would be an example of something that's not thread safe so that I can think if my example would be safe. My thinking is that if the call to the object doesn't modify the object it's self then it's s

[cfaussie] Re: Get root of the application

2007-06-05 Thread Taco Fleur
Does that work for you if you put it in an application.cfc that extends the root application.cfc, and access a page in that sub directory first, also make sure the app is not initialised yet. Let me know.. On 6/6/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > This not work for you, sure works

[cfaussie] Re: Get root of the application

2007-06-05 Thread Andrew Scott
This not work for you, sure works for me? getDirectoryFromPath(getCurrentTemplatePath()) Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ta

[cfaussie] Re: Object Locking

2007-06-05 Thread Andrew Scott
Dale, This has been discussed many times, and the debate still rages about race conditions. The answer to your question will depend on whether a race condition will occur. What I have done in the past is done a cflock around global variables within the cfc when being set. This will do two t

[cfaussie] Re: Object Locking

2007-06-05 Thread Mark Mandel
Dale, Assuming the object is thread safe, no. Mark On 6/6/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > > > > > This might be a dumb question. > > > > But if I create an instance of an Object at Application level, such as a > logging Object. > > > > Then I want to invoke the log method on every

[cfaussie] Get root of the application

2007-06-05 Thread Taco Fleur
Hi all, I used be able to get the root of an application by putting something like getCurrentTemplate() in the root application.cfm, even if I included the root application.cfm in sub application.cfm files it would record the right path, i.e. that of the root. Now with the application.cfc I canno

[cfaussie] Object Locking

2007-06-05 Thread Dale Fraser
This might be a dumb question. But if I create an instance of an Object at Application level, such as a logging Object. Then I want to invoke the log method on every action of every page, do I need to lock the object before invoking the log method. Ie Then from other pages

[cfaussie] Re: JDBC Data Direct driver 3.4 Isolation Level

2007-06-05 Thread Scott Thornton
I think this may be the answer actually: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=5444c687 >>> "Scott Thornton" <[EMAIL PROTECTED]> 06/06/2007 8:34 am >>> Hi, We are currently undergoing a Microsoft review of our database, particularly looking at our deadlock issue and a quest

[cfaussie] CFUG NZ tomorrow night

2007-06-05 Thread David Harris
Come along! See: http://groups.google.com/group/CFugAuckland/browse_thread/thread/5262cc76cdec0927 or http://www.cfug.co.nz for more details --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread seano
Belated ping ... 43Ms --~--~-~--~~~---~--~~ 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]

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Taco Fleur
Why still host in the US? If its price, they have gone down considerably, we are offering virtual hosts in the range of $100 to $200 a month and dedicated servers are not far of that price mark either. And hosted in an Optus data center. We're hosting our sites in Canada and Australia, but will b

[cfaussie] Re: Anyone interested in a bit of work in Canberra

2007-06-05 Thread Michael Wright
Simon Unfortunately I'm UK based rather than Australia but I do put in some very odd hours. If you'd like some more info about me please get in touch. Regards Michael Wright On 06/06/07, Peter Tilbrook <[EMAIL PROTECTED]> wrote: > > > Simon. I have some free time at the moment if you are in a bi

[cfaussie] Re: Anyone interested in a bit of work in Canberra

2007-06-05 Thread Peter Tilbrook
Simon. I have some free time at the moment if you are in a bind. On 06/06/07, Simon Haddon <[EMAIL PROTECTED]> wrote: > Hi, > > My main developer for a client has become rather sick and could be out for a > month or 2. If anyone interested in picking up some extra work. The start > date being AS

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Mike Kear
You should also bear in mind that the speed of the site is not only related to their geographic location. Some of the other factors that come to mind include: - The bandwidth available to the site (i.e. the pipe it's attached to) - The other activity on the server it's hosted on (how many other

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Andrew Scott
Robin, A couple more for you Robin. www.eianz.org www.aegeon.com.au Not only are they both Coldfusion but they are both also Farcry websites. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- F

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Pragnesh Vaghela
Robin, This is to give them a better price range for their hosting needs. Have to show advantages against their PHP quote :-). Pragnesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Robin Hilliard
On 06/06/2007, at 9:44 AM, Pragnesh Vaghela wrote: > > Hi All, > > A client of mine is nervous about moving their hosting to the US. If > you could please just ping back with a list of Aussie Coldfusion sites > that are hosted in the US it will be greatly appreciated. > > Thanking in advance. > >

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread Robin Hilliard
You wouldn't name your own keys this way - on the other hand it's good to know CF can cope with these types of keys if you're writing caching code or something else where you want to associate arbitrary string keys with a value (although I'd probably hash() the string first for good luck).

[cfaussie] Re: List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Dale Fraser
You should make them aware that the site will be slower for AU people but quicker for most others in the world. So if your users are in AU, then you should host in AU. We hosted in AU & US and there is a noticeable difference from both sides of the world. Regards Dale Fraser http://dalefraser.b

[cfaussie] List of Aussie Coldfusion sites hosted in the US.

2007-06-05 Thread Pragnesh Vaghela
Hi All, A client of mine is nervous about moving their hosting to the US. If you could please just ping back with a list of Aussie Coldfusion sites that are hosted in the US it will be greatly appreciated. Thanking in advance. Pragnesh --~--~-~--~~~---~--~~ You

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread George Lu
I did that but it just automatically added to this thread as well?! On 05/06/07, MrBuzzy <[EMAIL PROTECTED]> wrote: > > > George, Chris, > > You should probabyl ping the original email 'CFAussie Community Head > Count' too, if possible. > > Cheers > > On 6/5/07, Chris Dawes <[EMAIL PROTECTED]> wro

[cfaussie] JDBC Data Direct driver 3.4 Isolation Level

2007-06-05 Thread Scott Thornton
Hi, We are currently undergoing a Microsoft review of our database, particularly looking at our deadlock issue and a question that came up from our consultant is: As per our recent conversation I would like you to find out the following about the JDBC Data Direct driver 3.4 you are currently

[cfaussie] Anyone interested in a bit of work in Canberra

2007-06-05 Thread Simon Haddon
Hi, My main developer for a client has become rather sick and could be out for a month or 2. If anyone interested in picking up some extra work. The start date being ASAP as I am in a bit of a pickle The job is related to an SMS system for travellers and is quiet interested to work on. It is st

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread Simon Haddon
It is the sort of thing you don't want to teach your developers as I can imagine the heartache that would cause. On 06/06/07, David Harris <[EMAIL PROTECTED]> wrote: > > > you can do this (as per my example code): > > > try this one: > > > [EMAIL PROTECTED]"] = "fred"> > > > > it's one of thos

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
you can do this (as per my example code): try this one: it's one of those things that *can* be done, but (as rule of thumb) isn't... but if you do, It'll break "isDefined()" MrBuzzy wrote: > Um where the code 'breaks' in your example. This isn't valid struct usage. > Just the same as y

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread Raymond Camden
:) On 6/5/07, MrBuzzy <[EMAIL PROTECTED]> wrote: > Um where the code 'breaks' in your example. This isn't valid struct usage. > Just the same as you can't do this... > > > > Or did I miss something? Ie; this would 'break' it too... > > IsDefined(" ! ") > > Cheers. > > > On 6/5/07, David Harris

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread MrBuzzy
Um where the code 'breaks' in your example. This isn't valid struct usage. Just the same as you can't do this... Or did I miss something? Ie; this would 'break' it too... IsDefined(" ! ") Cheers. On 6/5/07, David Harris <[EMAIL PROTECTED]> wrote: > > > and if you get a bit carried away with s

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread [EMAIL PROTECTED]
ping pingpawww On 5 Jun, 13:57, "Peter Tilbrook" <[EMAIL PROTECTED]> wrote: > Yeah but Buzzy is on drugs and in Europe so does not count! > > On 05/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > ping ping ping ping > > -- > Peter Tilbrook > ColdGen Internet Solutions

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread Terry Sasaki
ping - just reached this thread --~--~-~--~~~---~--~~ 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 PR

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread Peter Tilbrook
Yeah but Buzzy is on drugs and in Europe so does not count! On 05/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > ping ping ping ping > > > > > -- Peter Tilbrook ColdGen Internet Solutions President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA htt

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread [EMAIL PROTECTED]
ping ping ping ping --~--~-~--~~~---~--~~ 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] Fo

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread MrBuzzy
George, Chris, You should probabyl ping the original email 'CFAussie Community Head Count' too, if possible. Cheers On 6/5/07, Chris Dawes <[EMAIL PROTECTED]> wrote: > +1 Chris Dawes - Croydon Vic for last few months - ex Sydney > > > > On 05/06/07, Barry Beattie <[EMAIL PROTECTED] > wrote: > >

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread Chris Dawes
+1 Chris Dawes - Croydon Vic for last few months - ex Sydney On 05/06/07, Barry Beattie <[EMAIL PROTECTED]> wrote: > > > Mark, yours is the 100th post on this thread but not the 100th person to > "ping" > > car-mawwnnn! we can d it!!! > > > "The CFAUSSIE-a-thon is hoping to raise 100 membe

[cfaussie] Re: CF Cluster on one machine!?

2007-06-05 Thread Peter Tilbrook
No. Each instance has x amount of RAM supplied. Unless Adobe have changed this with CF8 that still applies. Just creating a new instance will consume RAM whether or not you even utilise it. -- Peter Tilbrook ColdGen Internet Solutions President, ACT and Region ColdFusion Users Group PO Box 2247 Q

[cfaussie] Re: CF Cluster on one machine!?

2007-06-05 Thread David Harris
If you are running multiple instances on one machine, the JVM memory is shared over those instances (at least they are in JRUN) So this means if you are on a Windows Machine, and you give the max memory to the JVM (about 1GB I think) it is used by every instance in the "cluster" so this could mea

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
and if you get a bit carried away with struct key names, you can break it too... EG: #isDefined("myStruct.some value here")# #structKeyExists(myStruct, "some value here")# On Jun 5, 9:46 pm, David Harris <[EMAIL PROTECTED]> wrote: > One place to NOT use isDefined is on the CGI scope...

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
One place to NOT use isDefined is on the CGI scope... try this: isDefined("cgi.bob") = #isDefined("cgi.bob")# structKeyExists(cgi, "bob") = #structKeyExists(cgi,"bob")# >From what I remeber, the CGI is a "magic" scope... Because some browsers do not support some CGI variables, ColdFusion

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread Simon Haddon
I agree. I am currently the lead developer and architect for a rather large project with structures as complex as you have, Grant. I have been very strict with ensuring that the structures are initialised properly with sane default values as it saves a lot of heartache in the long run. I underst

[cfaussie] Re: CF Cluster

2007-06-05 Thread Duncan
I believe so, only if you dont have any sites running under it. We do cfusion (default instance) - staging - testing cluster contains - instance1 and instance2 for production so we cant stop the default cfusion service. On 6/5/07, Taco Fleur <[EMAIL PROTECTED]> wrote: > I'm guessing the cf